Html Css Color HEX #C03137 Mahogany

📋 copy color: '#C03137'

red 192 ◦ green 49 ◦ blue 55

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

Shades of Mahogany #C03137

Tints of Mahogany #C03137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

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

R = 64.86%
G = 16.55%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03137 (or 0xC03137) is known color: Mahogany. HEX triplet: C0, 31 and 37. RGB value is (192,49,55). Sum of RGB (Red+Green+Blue) = 192+49+55=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03137 is #3FCEC8. Grayscale: #5C5C5C. Windows color (decimal): -4181705 or 3617216. OLE color: 3617216.

HSL color Cylindrical-coordinate representation of color #C03137: hue angle of 357.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03137 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 55 -
CMYK 0 0.74 0.71 0.25
HSL 357.48º 0.59% 0.47% -
HSV(B) 357.48º 0.74% 0.75% -
XYZ 23.53 13.68 5.01 -
YUV 92.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 192 49 55 0 0.74 0.71 0.25 357.48 0.59 0.47
Hex C0 31 37 0 4A 47 19 165 3B 2F
Octal 300 61 67 0 112 107 31 545 73 57
Binary 11000000 110001 110111 0 1001010 1000111 11001 101100101 111011 101111

Color Harmonies of #C03137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03137

Black with #C03137

Text Example


Text Example

White with #C03137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03137; }

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

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

background-color css

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

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

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

border-color css

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

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

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