#CA2C38

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

Shades of Mahogany #CA2C38

Tints of Mahogany #CA2C38

Color information

#CA2C38 (or 0xCA2C38) is unknown color: approx Mahogany. HEX triplet: CA, 2C and 38. RGB value is (202,44,56). Sum of RGB (Red+Green+Blue) = 202+44+56=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C38 is #35D3C7. Grayscale: #5C5C5C. Windows color (decimal): -3527624 or 3681482. OLE color: 3681482.

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

Color convert

RGB2024456-
CMYK00.780.720.21
HSL355.44º64.23%48.24%-
HSV(B)355.44º78.22%79.22%-
XYZ25.9714.645.2-
YUV92.61107.35206.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 44 (17.58% from 255) = 14.57%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=66.89%
G=14.57%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202445600.780.720.21355.4464.2348.24
HexCA2C3804E48151634030
Octal312547001161102554310060
Binary11001010101100111000010011101001000101011011000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C38; }

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

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

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

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

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

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

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

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