Html Css Color HEX #C03037 Mahogany

📋 copy color: '#C03037'

red 192 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #C03037

Tints of Mahogany #C03037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 65.08%
G = 16.27%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03037 (or 0xC03037) is known color: Mahogany. HEX triplet: C0, 30 and 37. RGB value is (192,48,55). Sum of RGB (Red+Green+Blue) = 192+48+55=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03037 is #3FCFC8. Grayscale: #5B5B5B. Windows color (decimal): -4181961 or 3616960. OLE color: 3616960.

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

Color convert

RGB 192 48 55 -
CMYK 0 0.75 0.71 0.25
HSL 357.08º 0.6% 0.47% -
HSV(B) 357.08º 0.75% 0.75% -
XYZ 23.48 13.6 5 -
YUV 91.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 192 48 55 0 0.75 0.71 0.25 357.08 0.6 0.47
Hex C0 30 37 0 4B 47 19 165 3C 2F
Octal 300 60 67 0 113 107 31 545 74 57
Binary 11000000 110000 110111 0 1001011 1000111 11001 101100101 111100 101111

Color Harmonies of #C03037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03037

Black with #C03037

Text Example


Text Example

White with #C03037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03037; }

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

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

background-color css

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

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

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

border-color css

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

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

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