#c03138

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

Shades of Mahogany #C03138

Tints of Mahogany #C03138

Color information

#C03138 (or 0xC03138) is unknown color: approx Mahogany. HEX triplet: C0, 31 and 38. RGB value is (192,49,56). Sum of RGB (Red+Green+Blue) = 192+49+56=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03138 is #3FCEC7. Grayscale: #5C5C5C. Windows color (decimal): -4181704 or 3682752. OLE color: 3682752.

HSL color Cylindrical-coordinate representation of color #C03138: hue angle of 357.06º 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 #C03138 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1924956-
CMYK00.740.710.25
HSL357.06º59.34%47.25%-
HSV(B)357.06º74.48%75.29%-
XYZ23.5513.695.14-
YUV92.56107.38198.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.65%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=64.65%
G=16.50%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192495600.740.710.25357.0659.3447.25
HexC0313804A47191653b2f
Octal30061700112107315457357
Binary1100000011000111100001001010100011111001101100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03138; }

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

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

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

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

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

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

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

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