Html Css Color HEX #A93333 Milano Red

📋 copy color: '#A93333'

red 169 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #A93333

Tints of Milano Red #A93333

RGB

 RED value IS 169 (66.41% from 255) = 62.36%

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 62.36%
G = 18.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A93333 (or 0xA93333) is known color: Milano Red. HEX triplet: A9, 33 and 33. RGB value is (169,51,51). Sum of RGB (Red+Green+Blue) = 169+51+51=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A93333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93333 is #56CCCC. Grayscale: #565656. Windows color (decimal): -5688525 or 3355561. OLE color: 3355561.

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

Color convert

RGB 169 51 51 -
CMYK 0 0.70 0.70 0.34
HSL 0.54% 0.43% -
HSV(B) 0.7% 0.66% -
XYZ 18.14 11.04 4.31 -
YUV 86.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 169 51 51 0 0.70 0.70 0.34 0 0.54 0.43
Hex A9 33 33 0 46 46 22 0 36 2B
Octal 251 63 63 0 106 106 42 0 66 53
Binary 10101001 110011 110011 0 1000110 1000110 100010 0 110110 101011

Color Harmonies of #A93333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93333

Black with #A93333

Text Example


Text Example

White with #A93333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93333; }

 p { color: rgb(169,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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