Html Css Color HEX #C03337 Mahogany

📋 copy color: '#C03337'

red 192 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #C03337

Tints of Mahogany #C03337

RGB

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

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

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

R = 64.43%
G = 17.11%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03337 (or 0xC03337) is known color: Mahogany. HEX triplet: C0, 33 and 37. RGB value is (192,51,55). Sum of RGB (Red+Green+Blue) = 192+51+55=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03337 is #3FCCC8. Grayscale: #5D5D5D. Windows color (decimal): -4181193 or 3617728. OLE color: 3617728.

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

Color convert

RGB 192 51 55 -
CMYK 0 0.73 0.71 0.25
HSL 358.3º 0.58% 0.48% -
HSV(B) 358.3º 0.73% 0.75% -
XYZ 23.61 13.85 5.04 -
YUV 93.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 192 51 55 0 0.73 0.71 0.25 358.3 0.58 0.48
Hex C0 33 37 0 49 47 19 166 3A 30
Octal 300 63 67 0 111 107 31 546 72 60
Binary 11000000 110011 110111 0 1001001 1000111 11001 101100110 111010 110000

Color Harmonies of #C03337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03337

Black with #C03337

Text Example


Text Example

White with #C03337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03337; }

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

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

background-color css

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

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

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

border-color css

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

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

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