#C03134

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

Shades of Mahogany #C03134

Tints of Mahogany #C03134

Color information

#C03134 (or 0xC03134) is unknown color: approx Mahogany. HEX triplet: C0, 31 and 34. RGB value is (192,49,52). Sum of RGB (Red+Green+Blue) = 192+49+52=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03134 is #3FCECB. Grayscale: #5C5C5C. Windows color (decimal): -4181708 or 3420608. OLE color: 3420608.

HSL color Cylindrical-coordinate representation of color #C03134: hue angle of 358.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03134 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1924952-
CMYK00.740.730.25
HSL358.74º59.34%47.25%-
HSV(B)358.74º74.48%75.29%-
XYZ23.4613.654.65-
YUV92.1105.38199.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=65.53%
G=16.72%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192495200.740.730.25358.7459.3447.25
HexC0313404A49191673b2f
Octal30061640112111315477357
Binary1100000011000111010001001010100100111001101100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03134; }

 p { color: rgb(192,49,52); }

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

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

 a { background-color: rgb(192,49,52); }

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

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

 span { border-color: rgb(192,49,52); }

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