#CA2C31

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

Shades of Mahogany #CA2C31

Tints of Mahogany #CA2C31

Color information

#CA2C31 (or 0xCA2C31) is unknown color: approx Mahogany. HEX triplet: CA, 2C and 31. RGB value is (202,44,49). Sum of RGB (Red+Green+Blue) = 202+44+49=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C31 is #35D3CE. Grayscale: #5B5B5B. Windows color (decimal): -3527631 or 3222730. OLE color: 3222730.

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

Color convert

RGB2024449-
CMYK00.780.760.21
HSL358.1º64.23%48.24%-
HSV(B)358.1º78.22%79.22%-
XYZ25.8114.584.36-
YUV91.81103.85206.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=68.47%
G=14.92%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202444900.780.760.21358.164.2348.24
HexCA2C3104E4C151664030
Octal312546101161142554610060
Binary11001010101100110001010011101001100101011011001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C31; }

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

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

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

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

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

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

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

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