Html Css Color HEX #9B3228 Milano Red

📋 copy color: '#9B3228'

red 155 ◦ green 50 ◦ blue 40

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

Shades of Milano Red #9B3228

Tints of Milano Red #9B3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 63.27%
G = 20.41%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B3228 (or 0x9B3228) is known color: Milano Red. HEX triplet: 9B, 32 and 28. RGB value is (155,50,40). Sum of RGB (Red+Green+Blue) = 155+50+40=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3228 is #64CDD7. Grayscale: #505050. Windows color (decimal): -6606296 or 2634395. OLE color: 2634395.

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

Color convert

RGB 155 50 40 -
CMYK 0 0.68 0.74 0.39
HSL 5.22º 0.59% 0.38% -
HSV(B) 5.22º 0.74% 0.61% -
XYZ 15.04 9.4 3.03 -
YUV 80.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 155 50 40 0 0.68 0.74 0.39 5.22 0.59 0.38
Hex 9B 32 28 0 44 4A 27 5 3B 26
Octal 233 62 50 0 104 112 47 5 73 46
Binary 10011011 110010 101000 0 1000100 1001010 100111 101 111011 100110

Color Harmonies of #9B3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3228

Black with #9B3228

Text Example


Text Example

White with #9B3228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,40); }

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

background-color css

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

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

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

border-color css

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

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

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