Html Css Color HEX #CA2932 Mahogany

📋 copy color: '#CA2932'

red 202 ◦ green 41 ◦ blue 50

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

Shades of Mahogany #CA2932

Tints of Mahogany #CA2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 68.94%
G = 13.99%
B = 17.06%

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

#CA2932 (or 0xCA2932) is known color: Mahogany. HEX triplet: CA, 29 and 32. RGB value is (202,41,50). Sum of RGB (Red+Green+Blue) = 202+41+50=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2932 is #35D6CD. Grayscale: #5A5A5A. Windows color (decimal): -3528398 or 3287498. OLE color: 3287498.

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

Color convert

RGB 202 41 50 -
CMYK 0 0.80 0.75 0.21
HSL 356.65º 0.66% 0.48% -
HSV(B) 356.65º 0.8% 0.79% -
XYZ 25.73 14.37 4.44 -
YUV 90.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 202 41 50 0 0.80 0.75 0.21 356.65 0.66 0.48
Hex CA 29 32 0 50 4B 15 165 42 30
Octal 312 51 62 0 120 113 25 545 102 60
Binary 11001010 101001 110010 0 1010000 1001011 10101 101100101 1000010 110000

Color Harmonies of #CA2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2932

Black with #CA2932

Text Example


Text Example

White with #CA2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2932; }

 p { color: rgb(202,41,50); }

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

background-color css

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

 a { background-color: rgb(202,41,50); }

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

border-color css

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

 span { border-color: rgb(202,41,50); }

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