#C03233

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

Shades of Mahogany #C03233

Tints of Mahogany #C03233

Color information

#C03233 (or 0xC03233) is unknown color: approx Mahogany. HEX triplet: C0, 32 and 33. RGB value is (192,50,51). Sum of RGB (Red+Green+Blue) = 192+50+51=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03233 is #3FCDCC. Grayscale: #5C5C5C. Windows color (decimal): -4181453 or 3355328. OLE color: 3355328.

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

Color convert

RGB1925051-
CMYK00.740.730.25
HSL359.58º58.68%47.45%-
HSV(B)359.58º73.96%75.29%-
XYZ23.4813.734.54-
YUV92.57104.54198.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=65.53%
G=17.06%
B=17.41%

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
Decimal192505100.740.730.25359.5858.6847.45
HexC0323304A49191683b2f
Octal30062630112111315507357
Binary1100000011001011001101001010100100111001101101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03233; }

 p { color: rgb(192,50,51); }

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

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

 a { background-color: rgb(192,50,51); }

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

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

 span { border-color: rgb(192,50,51); }

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