Html Css Color HEX #993530 Milano Red

📋 copy color: '#993530'

red 153 ◦ green 53 ◦ blue 48

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

Shades of Milano Red #993530

Tints of Milano Red #993530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 60.24%
G = 20.87%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993530 (or 0x993530) is known color: Milano Red. HEX triplet: 99, 35 and 30. RGB value is (153,53,48). Sum of RGB (Red+Green+Blue) = 153+53+48=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #993530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993530 is #66CACF. Grayscale: #525252. Windows color (decimal): -6736592 or 3159449. OLE color: 3159449.

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

Color convert

RGB 153 53 48 -
CMYK 0 0.65 0.69 0.4
HSL 2.86º 0.52% 0.39% -
HSV(B) 2.86º 0.69% 0.6% -
XYZ 14.94 9.53 3.85 -
YUV 82.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 153 53 48 0 0.65 0.69 0.4 2.86 0.52 0.39
Hex 99 35 30 0 41 45 28 3 34 27
Octal 231 65 60 0 101 105 50 3 64 47
Binary 10011001 110101 110000 0 1000001 1000101 101000 11 110100 100111

Color Harmonies of #993530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993530

Black with #993530

Text Example


Text Example

White with #993530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993530; }

 p { color: rgb(153,53,48); }

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

background-color css

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

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

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

border-color css

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

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

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