Html Css Color HEX #C03132 Mahogany

📋 copy color: '#C03132'

red 192 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #C03132

Tints of Mahogany #C03132

RGB

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

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

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

R = 65.98%
G = 16.84%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03132 (or 0xC03132) is known color: Mahogany. HEX triplet: C0, 31 and 32. RGB value is (192,49,50). Sum of RGB (Red+Green+Blue) = 192+49+50=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C03132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03132 is #3FCECD. Grayscale: #5C5C5C. Windows color (decimal): -4181710 or 3289536. OLE color: 3289536.

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

Color convert

RGB 192 49 50 -
CMYK 0 0.74 0.74 0.25
HSL 359.58º 0.59% 0.47% -
HSV(B) 359.58º 0.74% 0.75% -
XYZ 23.41 13.63 4.42 -
YUV 91.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 192 49 50 0 0.74 0.74 0.25 359.58 0.59 0.47
Hex C0 31 32 0 4A 4A 19 168 3B 2F
Octal 300 61 62 0 112 112 31 550 73 57
Binary 11000000 110001 110010 0 1001010 1001010 11001 101101000 111011 101111

Color Harmonies of #C03132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03132

Black with #C03132

Text Example


Text Example

White with #C03132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03132; }

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

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

background-color css

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

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

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

border-color css

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

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

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