#C0393A

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

Shades of Mahogany #C0393A

Tints of Mahogany #C0393A

Color information

#C0393A (or 0xC0393A) is unknown color: approx Mahogany. HEX triplet: C0, 39 and 3A. RGB value is (192,57,58). Sum of RGB (Red+Green+Blue) = 192+57+58=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0393A is #3FC6C5. Grayscale: #616161. Windows color (decimal): -4179654 or 3815872. OLE color: 3815872.

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

Color convert

RGB1925758-
CMYK00.700.700.25
HSL359.56º54.22%48.82%-
HSV(B)359.56º70.31%75.29%-
XYZ23.9714.445.53-
YUV97.48105.73195.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.54%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=62.54%
G=18.57%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192575800.700.700.25359.5654.2248.82
HexC0393A04646191683631
Octal30071720106106315506661
Binary1100000011100111101001000110100011011001101101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0393A; }

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

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

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

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

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

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

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

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