Html Css Color HEX #CA2833 Mahogany

📋 copy color: '#CA2833'

red 202 ◦ green 40 ◦ blue 51

#CA2833
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CA2833

Tints of Mahogany #CA2833

RGB

 RED value IS 202 (79.3% from 255) = 68.94%

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 68.94%
G = 13.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA2833 (or 0xCA2833) is known color: Mahogany. HEX triplet: CA, 28 and 33. RGB value is (202,40,51). Sum of RGB (Red+Green+Blue) = 202+40+51=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2833 is #35D7CC. Grayscale: #595959. Windows color (decimal): -3528653 or 3352778. OLE color: 3352778.

HSL color Cylindrical-coordinate representation of color #CA2833: hue angle of 355.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2833 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 51 -
CMYK 0 0.80 0.75 0.21
HSL 355.93º 0.67% 0.47% -
HSV(B) 355.93º 0.8% 0.79% -
XYZ 25.71 14.31 4.54 -
YUV 89.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 202 40 51 0 0.80 0.75 0.21 355.93 0.67 0.47
Hex CA 28 33 0 50 4B 15 164 43 2F
Octal 312 50 63 0 120 113 25 544 103 57
Binary 11001010 101000 110011 0 1010000 1001011 10101 101100100 1000011 101111

Color Harmonies of #CA2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2833

Black with #CA2833

Text Example


Text Example

White with #CA2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2833; }

 p { color: rgb(202,40,51); }

 H1.HeaderClassName
 {
   color: #CA2833;
 }
 .AnyTagClassName
 {
   color: #CA2833;
 }
</style>

background-color css

<style>
 a { background-color: #CA2833; }

 a { background-color: rgb(202,40,51); }

 div.DivClassName
 {
   background-color: #CA2833;
 }
 .BgClassName
 {
   background-color: #CA2833;
 }
</style>

border-color css

<style>
 span { border-color: #CA2833; }

 span { border-color: rgb(202,40,51); }

 td.TdClassName
 {
   border-color: #CA2833;
 }
 .TagClassName
 {
   border-color: #CA2833;
 }
</style>