#C03A40

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

Shades of Mahogany #C03A40

Tints of Mahogany #C03A40

Color information

#C03A40 (or 0xC03A40) is unknown color: approx Mahogany. HEX triplet: C0, 3A and 40. RGB value is (192,58,64). Sum of RGB (Red+Green+Blue) = 192+58+64=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A40 is #3FC5BF. Grayscale: #626262. Windows color (decimal): -4179392 or 4209344. OLE color: 4209344.

HSL color Cylindrical-coordinate representation of color #C03A40: hue angle of 357.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1925864-
CMYK00.700.670.25
HSL357.31º53.6%49.02%-
HSV(B)357.31º69.79%75.29%-
XYZ24.1814.66.39-
YUV98.75108.39194.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=61.15%
G=18.47%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192586400.700.670.25357.3153.649.02
HexC03A4004643191653631
Octal300721000106103315456661
Binary11000000111010100000001000110100001111001101100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A40; }

 p { color: rgb(192,58,64); }

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

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

 a { background-color: rgb(192,58,64); }

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

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

 span { border-color: rgb(192,58,64); }

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