#c03c3e

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

Shades of Mahogany #C03C3E

Tints of Mahogany #C03C3E

Color information

#C03C3E (or 0xC03C3E) is unknown color: approx Mahogany. HEX triplet: C0, 3C and 3E. RGB value is (192,60,62). Sum of RGB (Red+Green+Blue) = 192+60+62=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3E is #3FC3C1. Grayscale: #636363. Windows color (decimal): -4178882 or 4078784. OLE color: 4078784.

HSL color Cylindrical-coordinate representation of color #C03C3E: hue angle of 359.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C3E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1926062-
CMYK00.690.680.25
HSL359.09º52.38%49.41%-
HSV(B)359.09º68.75%75.29%-
XYZ24.2214.796.13-
YUV99.7106.73193.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=61.15%
G=19.11%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192606200.690.680.25359.0952.3849.41
HexC03C3E04544191673431
Octal30074760105104315476461
Binary1100000011110011111001000101100010011001101100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03c3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03c3e; }

 p { color: rgb(192,60,62); }

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

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

 a { background-color: rgb(192,60,62); }

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

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

 span { border-color: rgb(192,60,62); }

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