#CA292F

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

Shades of Mahogany #CA292F

Tints of Mahogany #CA292F

Color information

#CA292F (or 0xCA292F) is unknown color: approx Mahogany. HEX triplet: CA, 29 and 2F. RGB value is (202,41,47). Sum of RGB (Red+Green+Blue) = 202+41+47=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA292F is #35D6D0. Grayscale: #595959. Windows color (decimal): -3528401 or 3090890. OLE color: 3090890.

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

Color convert

RGB2024147-
CMYK00.800.770.21
HSL357.76º66.26%47.65%-
HSV(B)357.76º79.7%79.22%-
XYZ25.6614.354.11-
YUV89.82103.84208.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.66%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=69.66%
G=14.14%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202414700.800.770.21357.7666.2647.65
HexCA292F0504D151664230
Octal312515701201152554610260
Binary11001010101001101111010100001001101101011011001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA292F; }

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

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

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

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

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

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

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

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