Html Css Color HEX #9B352E Milano Red

📋 copy color: '#9B352E'

red 155 ◦ green 53 ◦ blue 46

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

Shades of Milano Red #9B352E

Tints of Milano Red #9B352E

RGB

 RED value IS 155 (60.94% from 255) = 61.02%

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

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 61.02%
G = 20.87%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B352E (or 0x9B352E) is known color: Milano Red. HEX triplet: 9B, 35 and 2E. RGB value is (155,53,46). Sum of RGB (Red+Green+Blue) = 155+53+46=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B352E is #64CAD1. Grayscale: #525252. Windows color (decimal): -6605522 or 3028379. OLE color: 3028379.

HSL color Cylindrical-coordinate representation of color #9B352E: hue angle of 3.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B352E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 46 -
CMYK 0 0.66 0.70 0.39
HSL 3.85º 0.54% 0.39% -
HSV(B) 3.85º 0.7% 0.61% -
XYZ 15.28 9.71 3.65 -
YUV 82.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 155 53 46 0 0.66 0.70 0.39 3.85 0.54 0.39
Hex 9B 35 2E 0 42 46 27 4 36 27
Octal 233 65 56 0 102 106 47 4 66 47
Binary 10011011 110101 101110 0 1000010 1000110 100111 100 110110 100111

Color Harmonies of #9B352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B352E

Black with #9B352E

Text Example


Text Example

White with #9B352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,46); }

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

background-color css

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

 a { background-color: rgb(155,53,46); }

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

border-color css

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

 span { border-color: rgb(155,53,46); }

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