Html Css Color HEX #9F352A Milano Red

📋 copy color: '#9F352A'

red 159 ◦ green 53 ◦ blue 42

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

Shades of Milano Red #9F352A

Tints of Milano Red #9F352A

RGB

 RED value IS 159 (62.5% from 255) = 62.6%

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 62.6%
G = 20.87%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F352A (or 0x9F352A) is known color: Milano Red. HEX triplet: 9F, 35 and 2A. RGB value is (159,53,42). Sum of RGB (Red+Green+Blue) = 159+53+42=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F352A is #60CAD5. Grayscale: #535353. Windows color (decimal): -6343382 or 2766239. OLE color: 2766239.

HSL color Cylindrical-coordinate representation of color #9F352A: hue angle of 5.64º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F352A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 42 -
CMYK 0 0.67 0.74 0.38
HSL 5.64º 0.58% 0.39% -
HSV(B) 5.64º 0.74% 0.62% -
XYZ 15.99 10.08 3.29 -
YUV 83.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 159 53 42 0 0.67 0.74 0.38 5.64 0.58 0.39
Hex 9F 35 2A 0 43 4A 26 6 3A 27
Octal 237 65 52 0 103 112 46 6 72 47
Binary 10011111 110101 101010 0 1000011 1001010 100110 110 111010 100111

Color Harmonies of #9F352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F352A

Black with #9F352A

Text Example


Text Example

White with #9F352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F352A; }

 p { color: rgb(159,53,42); }

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

background-color css

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

 a { background-color: rgb(159,53,42); }

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

border-color css

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

 span { border-color: rgb(159,53,42); }

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