#CA3033

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

Shades of Mahogany #CA3033

Tints of Mahogany #CA3033

Color information

#CA3033 (or 0xCA3033) is unknown color: approx Mahogany. HEX triplet: CA, 30 and 33. RGB value is (202,48,51). Sum of RGB (Red+Green+Blue) = 202+48+51=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3033 is #35CFCC. Grayscale: #5E5E5E. Windows color (decimal): -3526605 or 3354826. OLE color: 3354826.

HSL color Cylindrical-coordinate representation of color #CA3033: hue angle of 358.83º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3033 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2024851-
CMYK00.760.750.21
HSL358.83º61.6%49.02%-
HSV(B)358.83º76.24%79.22%-
XYZ26.0114.914.64-
YUV94.39103.52204.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=67.11%
G=15.95%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202485100.760.750.21358.8361.649.02
HexCA303304C4B151673e31
Octal31260630114113255477661
Binary1100101011000011001101001100100101110101101100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3033; }

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

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

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

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

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

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

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

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