Html Css Color HEX #9B332D Milano Red

📋 copy color: '#9B332D'

red 155 ◦ green 51 ◦ blue 45

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

Shades of Milano Red #9B332D

Tints of Milano Red #9B332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 61.75%
G = 20.32%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B332D (or 0x9B332D) is known color: Milano Red. HEX triplet: 9B, 33 and 2D. RGB value is (155,51,45). Sum of RGB (Red+Green+Blue) = 155+51+45=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B332D is #64CCD2. Grayscale: #515151. Windows color (decimal): -6606035 or 2962331. OLE color: 2962331.

HSL color Cylindrical-coordinate representation of color #9B332D: hue angle of 3.27º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B332D is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 51 45 -
CMYK 0 0.67 0.71 0.39
HSL 3.27º 0.55% 0.39% -
HSV(B) 3.27º 0.71% 0.61% -
XYZ 15.18 9.53 3.52 -
YUV 81.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 155 51 45 0 0.67 0.71 0.39 3.27 0.55 0.39
Hex 9B 33 2D 0 43 47 27 3 37 27
Octal 233 63 55 0 103 107 47 3 67 47
Binary 10011011 110011 101101 0 1000011 1000111 100111 11 110111 100111

Color Harmonies of #9B332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B332D

Black with #9B332D

Text Example


Text Example

White with #9B332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,45); }

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

background-color css

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

 a { background-color: rgb(155,51,45); }

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

border-color css

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

 span { border-color: rgb(155,51,45); }

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