#CA3436

Color #CA3436 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CA3436

Tints of Mahogany #CA3436

Color information

#CA3436 (or 0xCA3436) is unknown color: approx Mahogany. HEX triplet: CA, 34 and 36. RGB value is (202,52,54). Sum of RGB (Red+Green+Blue) = 202+52+54=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3436 is #35CBC9. Grayscale: #616161. Windows color (decimal): -3525578 or 3552458. OLE color: 3552458.

HSL color Cylindrical-coordinate representation of color #CA3436: hue angle of 359.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3436 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2025254-
CMYK00.740.730.21
HSL359.2º59.06%49.8%-
HSV(B)359.2º74.26%79.22%-
XYZ26.2515.285.06-
YUV97.08103.7202.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.58%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=65.58%
G=16.88%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202525400.740.730.21359.259.0649.8
HexCA343604A49151673b32
Octal31264660112111255477362
Binary1100101011010011011001001010100100110101101100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3436; }

 p { color: rgb(202,52,54); }

 H1.HeaderClassName
 {
   color: #CA3436;
 }
 .AnyTagClassName
 {
   color: #CA3436;
 }
</style>
background-color css

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

 a { background-color: rgb(202,52,54); }

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

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

 span { border-color: rgb(202,52,54); }

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