Html Css Color HEX #C03133 Mahogany

📋 copy color: '#C03133'

red 192 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #C03133

Tints of Mahogany #C03133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 65.75%
G = 16.78%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03133 (or 0xC03133) is known color: Mahogany. HEX triplet: C0, 31 and 33. RGB value is (192,49,51). Sum of RGB (Red+Green+Blue) = 192+49+51=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03133 is #3FCECC. Grayscale: #5C5C5C. Windows color (decimal): -4181709 or 3355072. OLE color: 3355072.

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

Color convert

RGB 192 49 51 -
CMYK 0 0.74 0.73 0.25
HSL 359.16º 0.59% 0.47% -
HSV(B) 359.16º 0.74% 0.75% -
XYZ 23.43 13.64 4.53 -
YUV 91.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 192 49 51 0 0.74 0.73 0.25 359.16 0.59 0.47
Hex C0 31 33 0 4A 49 19 167 3B 2F
Octal 300 61 63 0 112 111 31 547 73 57
Binary 11000000 110001 110011 0 1001010 1001001 11001 101100111 111011 101111

Color Harmonies of #C03133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03133

Black with #C03133

Text Example


Text Example

White with #C03133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03133; }

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

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

background-color css

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

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

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

border-color css

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

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

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