Html Css Color HEX #C03536 Mahogany

📋 copy color: '#C03536'

red 192 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #C03536

Tints of Mahogany #C03536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 64.21%
G = 17.73%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03536 (or 0xC03536) is known color: Mahogany. HEX triplet: C0, 35 and 36. RGB value is (192,53,54). Sum of RGB (Red+Green+Blue) = 192+53+54=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03536 is #3FCAC9. Grayscale: #5E5E5E. Windows color (decimal): -4180682 or 3552704. OLE color: 3552704.

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

Color convert

RGB 192 53 54 -
CMYK 0 0.72 0.72 0.25
HSL 359.57º 0.57% 0.48% -
HSV(B) 359.57º 0.72% 0.75% -
XYZ 23.68 14.02 4.95 -
YUV 94.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 192 53 54 0 0.72 0.72 0.25 359.57 0.57 0.48
Hex C0 35 36 0 48 48 19 168 39 30
Octal 300 65 66 0 110 110 31 550 71 60
Binary 11000000 110101 110110 0 1001000 1001000 11001 101101000 111001 110000

Color Harmonies of #C03536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03536

Black with #C03536

Text Example


Text Example

White with #C03536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03536; }

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

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

background-color css

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

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

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

border-color css

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

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

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