#c12c2f

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

Shades of Mahogany #C12C2F

Tints of Mahogany #C12C2F

Color information

#C12C2F (or 0xC12C2F) is unknown color: approx Mahogany. HEX triplet: C1, 2C and 2F. RGB value is (193,44,47). Sum of RGB (Red+Green+Blue) = 193+44+47=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C2F is #3ED3D0. Grayscale: #595959. Windows color (decimal): -4117457 or 3091649. OLE color: 3091649.

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

Color convert

RGB1934447-
CMYK00.770.760.24
HSL358.79º62.87%46.47%-
HSV(B)358.79º77.2%75.69%-
XYZ23.4113.344.03-
YUV88.89104.36202.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.96%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=67.96%
G=15.49%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193444700.770.760.24358.7962.8746.47
HexC12C2F04D4C181673f2e
Octal30154570115114305477756
Binary1100000110110010111101001101100110011000101100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12c2f; }

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

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

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

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

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

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

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

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