Html Css Color HEX #C03336 Mahogany

📋 copy color: '#C03336'

red 192 ◦ green 51 ◦ blue 54

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

Shades of Mahogany #C03336

Tints of Mahogany #C03336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 64.65%
G = 17.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03336 (or 0xC03336) is known color: Mahogany. HEX triplet: C0, 33 and 36. RGB value is (192,51,54). Sum of RGB (Red+Green+Blue) = 192+51+54=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03336 is #3FCCC9. Grayscale: #5D5D5D. Windows color (decimal): -4181194 or 3552192. OLE color: 3552192.

HSL color Cylindrical-coordinate representation of color #C03336: hue angle of 358.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03336 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 54 -
CMYK 0 0.73 0.72 0.25
HSL 358.72º 0.58% 0.48% -
HSV(B) 358.72º 0.73% 0.75% -
XYZ 23.59 13.84 4.92 -
YUV 93.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 192 51 54 0 0.73 0.72 0.25 358.72 0.58 0.48
Hex C0 33 36 0 49 48 19 167 3A 30
Octal 300 63 66 0 111 110 31 547 72 60
Binary 11000000 110011 110110 0 1001001 1001000 11001 101100111 111010 110000

Color Harmonies of #C03336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03336

Black with #C03336

Text Example


Text Example

White with #C03336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03336; }

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

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

background-color css

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

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

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

border-color css

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

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

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