Html Css Color HEX #C03539 Mahogany

📋 copy color: '#C03539'

red 192 ◦ green 53 ◦ blue 57

#C03539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C03539

Tints of Mahogany #C03539

RGB

 RED value IS 192 (75.39% from 255) = 63.58%

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 63.58%
G = 17.55%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C03539 (or 0xC03539) is known color: Mahogany. HEX triplet: C0, 35 and 39. RGB value is (192,53,57). Sum of RGB (Red+Green+Blue) = 192+53+57=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03539 is #3FCAC6. Grayscale: #5F5F5F. Windows color (decimal): -4180679 or 3749312. OLE color: 3749312.

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

Color convert

RGB 192 53 57 -
CMYK 0 0.72 0.70 0.25
HSL 358.27º 0.57% 0.48% -
HSV(B) 358.27º 0.72% 0.75% -
XYZ 23.75 14.05 5.33 -
YUV 95.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 192 53 57 0 0.72 0.70 0.25 358.27 0.57 0.48
Hex C0 35 39 0 48 46 19 166 39 30
Octal 300 65 71 0 110 106 31 546 71 60
Binary 11000000 110101 111001 0 1001000 1000110 11001 101100110 111001 110000

Color Harmonies of #C03539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03539

Black with #C03539

Text Example


Text Example

White with #C03539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03539; }

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

 H1.HeaderClassName
 {
   color: #C03539;
 }
 .AnyTagClassName
 {
   color: #C03539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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