#C12A2C

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

Shades of Mahogany #C12A2C

Tints of Mahogany #C12A2C

Color information

#C12A2C (or 0xC12A2C) is unknown color: approx Mahogany. HEX triplet: C1, 2A and 2C. RGB value is (193,42,44). Sum of RGB (Red+Green+Blue) = 193+42+44=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A2C is #3ED5D3. Grayscale: #575757. Windows color (decimal): -4117972 or 2894529. OLE color: 2894529.

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

Color convert

RGB1934244-
CMYK00.780.770.24
HSL359.21º64.26%46.08%-
HSV(B)359.21º78.24%75.69%-
XYZ23.2713.183.7-
YUV87.38103.53203.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.18%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=69.18%
G=15.05%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193424400.780.770.24359.2164.2646.08
HexC12A2C04E4D18167402e
Octal301525401161153054710056
Binary11000001101010101100010011101001101110001011001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A2C; }

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

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

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

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

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

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

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

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