#CA282C

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

Shades of Mahogany #CA282C

Tints of Mahogany #CA282C

Color information

#CA282C (or 0xCA282C) is unknown color: approx Mahogany. HEX triplet: CA, 28 and 2C. RGB value is (202,40,44). Sum of RGB (Red+Green+Blue) = 202+40+44=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA282C is #35D7D3. Grayscale: #595959. Windows color (decimal): -3528660 or 2894026. OLE color: 2894026.

HSL color Cylindrical-coordinate representation of color #CA282C: hue angle of 358.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA282C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2024044-
CMYK00.800.780.21
HSL358.52º66.94%47.45%-
HSV(B)358.52º80.2%79.22%-
XYZ25.5714.263.79-
YUV88.89102.67208.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.63%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=70.63%
G=13.99%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202404400.800.780.21358.5266.9447.45
HexCA282C0504E15167432f
Octal312505401201162554710357
Binary11001010101000101100010100001001110101011011001111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA282C; }

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

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

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

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

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

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

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

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