#C0353A

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

Shades of Mahogany #C0353A

Tints of Mahogany #C0353A

Color information

#C0353A (or 0xC0353A) is unknown color: approx Mahogany. HEX triplet: C0, 35 and 3A. RGB value is (192,53,58). Sum of RGB (Red+Green+Blue) = 192+53+58=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353A is #3FCAC5. Grayscale: #5F5F5F. Windows color (decimal): -4180678 or 3814848. OLE color: 3814848.

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

Color convert

RGB1925358-
CMYK00.720.700.25
HSL357.84º56.73%48.04%-
HSV(B)357.84º72.4%75.29%-
XYZ23.7814.065.46-
YUV95.13107.05197.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=63.37%
G=17.49%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192535800.720.700.25357.8456.7348.04
HexC0353A04846191663930
Octal30065720110106315467160
Binary1100000011010111101001001000100011011001101100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0353A; }

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

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

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

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

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

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

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

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