Html Css Color HEX #993232 Milano Red

📋 copy color: '#993232'

red 153 ◦ green 50 ◦ blue 50

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

Shades of Milano Red #993232

Tints of Milano Red #993232

RGB

 RED value IS 153 (60.16% from 255) = 60.47%

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 60.47%
G = 19.76%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993232 (or 0x993232) is known color: Milano Red. HEX triplet: 99, 32 and 32. RGB value is (153,50,50). Sum of RGB (Red+Green+Blue) = 153+50+50=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993232 is #66CDCD. Grayscale: #505050. Windows color (decimal): -6737358 or 3289753. OLE color: 3289753.

HSL color Cylindrical-coordinate representation of color #993232: hue angle of 0º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993232 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 50 -
CMYK 0 0.67 0.67 0.4
HSL 0.51% 0.4% -
HSV(B) 0.67% 0.6% -
XYZ 14.85 9.28 4.03 -
YUV 80.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 153 50 50 0 0.67 0.67 0.4 0 0.51 0.4
Hex 99 32 32 0 43 43 28 0 33 28
Octal 231 62 62 0 103 103 50 0 63 50
Binary 10011001 110010 110010 0 1000011 1000011 101000 0 110011 101000

Color Harmonies of #993232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993232

Black with #993232

Text Example


Text Example

White with #993232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993232; }

 p { color: rgb(153,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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