#C03135

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

Shades of Mahogany #C03135

Tints of Mahogany #C03135

Color information

#C03135 (or 0xC03135) is unknown color: approx Mahogany. HEX triplet: C0, 31 and 35. RGB value is (192,49,53). Sum of RGB (Red+Green+Blue) = 192+49+53=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03135 is #3FCECA. Grayscale: #5C5C5C. Windows color (decimal): -4181707 or 3486144. OLE color: 3486144.

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

Color convert

RGB1924953-
CMYK00.740.720.25
HSL358.32º59.34%47.25%-
HSV(B)358.32º74.48%75.29%-
XYZ23.4813.664.77-
YUV92.21105.88199.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.31%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=65.31%
G=16.67%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192495300.740.720.25358.3259.3447.25
HexC0313504A48191663b2f
Octal30061650112110315467357
Binary1100000011000111010101001010100100011001101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03135; }

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

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

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

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

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

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

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

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