#CA303B

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

Shades of Mahogany #CA303B

Tints of Mahogany #CA303B

Color information

#CA303B (or 0xCA303B) is unknown color: approx Mahogany. HEX triplet: CA, 30 and 3B. RGB value is (202,48,59). Sum of RGB (Red+Green+Blue) = 202+48+59=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA303B is #35CFC4. Grayscale: #5F5F5F. Windows color (decimal): -3526597 or 3879114. OLE color: 3879114.

HSL color Cylindrical-coordinate representation of color #CA303B: hue angle of 355.71º 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 #CA303B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2024859-
CMYK00.760.710.21
HSL355.71º61.6%49.02%-
HSV(B)355.71º76.24%79.22%-
XYZ26.214.995.65-
YUV95.3107.52204.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=65.37%
G=15.53%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202485900.760.710.21355.7161.649.02
HexCA303B04C47151643e31
Octal31260730114107255447661
Binary1100101011000011101101001100100011110101101100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA303B; }

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

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

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

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

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

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

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

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