Html Css Color HEX #CA242C Mahogany

📋 copy color: '#CA242C'

red 202 ◦ green 36 ◦ blue 44

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

Shades of Mahogany #CA242C

Tints of Mahogany #CA242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 71.63%
G = 12.77%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA242C (or 0xCA242C) is known color: Mahogany. HEX triplet: CA, 24 and 2C. RGB value is (202,36,44). Sum of RGB (Red+Green+Blue) = 202+36+44=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA242C is #35DBD3. Grayscale: #565656. Windows color (decimal): -3529684 or 2893002. OLE color: 2893002.

HSL color Cylindrical-coordinate representation of color #CA242C: hue angle of 357.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA242C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 44 -
CMYK 0 0.82 0.78 0.21
HSL 357.11º 0.7% 0.47% -
HSV(B) 357.11º 0.82% 0.79% -
XYZ 25.44 14 3.74 -
YUV 86.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 202 36 44 0 0.82 0.78 0.21 357.11 0.7 0.47
Hex CA 24 2C 0 52 4E 15 165 46 2F
Octal 312 44 54 0 122 116 25 545 106 57
Binary 11001010 100100 101100 0 1010010 1001110 10101 101100101 1000110 101111

Color Harmonies of #CA242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA242C

Black with #CA242C

Text Example


Text Example

White with #CA242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA242C; }

 p { color: rgb(202,36,44); }

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

background-color css

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

 a { background-color: rgb(202,36,44); }

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

border-color css

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

 span { border-color: rgb(202,36,44); }

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