#CD2A2C

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

Shades of Mahogany #CD2A2C

Tints of Mahogany #CD2A2C

Color information

#CD2A2C (or 0xCD2A2C) is unknown color: approx Mahogany. HEX triplet: CD, 2A and 2C. RGB value is (205,42,44). Sum of RGB (Red+Green+Blue) = 205+42+44=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A2C is #32D5D3. Grayscale: #5B5B5B. Windows color (decimal): -3331540 or 2894541. OLE color: 2894541.

HSL color Cylindrical-coordinate representation of color #CD2A2C: hue angle of 359.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A2C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2054244-
CMYK00.800.790.20
HSL359.26º65.99%48.43%-
HSV(B)359.26º79.51%80.39%-
XYZ26.4614.823.85-
YUV90.96101.5209.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.45%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=70.45%
G=14.43%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205424400.800.790.20359.2665.9948.43
HexCD2A2C0504F141674230
Octal315525401201172454710260
Binary11001101101010101100010100001001111101001011001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2A2C; }

 p { color: rgb(205,42,44); }

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

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

 a { background-color: rgb(205,42,44); }

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

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

 span { border-color: rgb(205,42,44); }

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