Html Css Color HEX #C03032 Mahogany

📋 copy color: '#C03032'

red 192 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #C03032

Tints of Mahogany #C03032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 66.21%
G = 16.55%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03032 (or 0xC03032) is known color: Mahogany. HEX triplet: C0, 30 and 32. RGB value is (192,48,50). Sum of RGB (Red+Green+Blue) = 192+48+50=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C03032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03032 is #3FCFCD. Grayscale: #5B5B5B. Windows color (decimal): -4181966 or 3289280. OLE color: 3289280.

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

Color convert

RGB 192 48 50 -
CMYK 0 0.75 0.74 0.25
HSL 359.17º 0.6% 0.47% -
HSV(B) 359.17º 0.75% 0.75% -
XYZ 23.37 13.55 4.4 -
YUV 91.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 192 48 50 0 0.75 0.74 0.25 359.17 0.6 0.47
Hex C0 30 32 0 4B 4A 19 167 3C 2F
Octal 300 60 62 0 113 112 31 547 74 57
Binary 11000000 110000 110010 0 1001011 1001010 11001 101100111 111100 101111

Color Harmonies of #C03032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03032

Black with #C03032

Text Example


Text Example

White with #C03032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03032; }

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

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

background-color css

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

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

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

border-color css

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

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

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