#C03335

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

Shades of Mahogany #C03335

Tints of Mahogany #C03335

Color information

#C03335 (or 0xC03335) is unknown color: approx Mahogany. HEX triplet: C0, 33 and 35. RGB value is (192,51,53). Sum of RGB (Red+Green+Blue) = 192+51+53=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03335 is #3FCCCA. Grayscale: #5D5D5D. Windows color (decimal): -4181195 or 3486656. OLE color: 3486656.

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

Color convert

RGB1925153-
CMYK00.730.720.25
HSL359.15º58.02%47.65%-
HSV(B)359.15º73.44%75.29%-
XYZ23.5613.834.8-
YUV93.39105.21198.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.86%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=64.86%
G=17.23%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192515300.730.720.25359.1558.0247.65
HexC0333504948191673a30
Octal30063650111110315477260
Binary1100000011001111010101001001100100011001101100111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03335; }

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

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

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

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

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

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

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

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