Html Css Color HEX #C03537 Mahogany

📋 copy color: '#C03537'

red 192 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #C03537

Tints of Mahogany #C03537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 64%
G = 17.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03537 (or 0xC03537) is known color: Mahogany. HEX triplet: C0, 35 and 37. RGB value is (192,53,55). Sum of RGB (Red+Green+Blue) = 192+53+55=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C03537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03537 is #3FCAC8. Grayscale: #5E5E5E. Windows color (decimal): -4180681 or 3618240. OLE color: 3618240.

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

Color convert

RGB 192 53 55 -
CMYK 0 0.72 0.71 0.25
HSL 359.14º 0.57% 0.48% -
HSV(B) 359.14º 0.72% 0.75% -
XYZ 23.7 14.03 5.07 -
YUV 94.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 192 53 55 0 0.72 0.71 0.25 359.14 0.57 0.48
Hex C0 35 37 0 48 47 19 167 39 30
Octal 300 65 67 0 110 107 31 547 71 60
Binary 11000000 110101 110111 0 1001000 1000111 11001 101100111 111001 110000

Color Harmonies of #C03537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03537

Black with #C03537

Text Example


Text Example

White with #C03537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03537; }

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

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

background-color css

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

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

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

border-color css

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

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

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