Html Css Color HEX #A03333 Milano Red

📋 copy color: '#A03333'

red 160 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #A03333

Tints of Milano Red #A03333

RGB

 RED value IS 160 (62.89% from 255) = 61.07%

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

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

R = 61.07%
G = 19.47%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A03333 (or 0xA03333) is known color: Milano Red. HEX triplet: A0, 33 and 33. RGB value is (160,51,51). Sum of RGB (Red+Green+Blue) = 160+51+51=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03333 is #5FCCCC. Grayscale: #535353. Windows color (decimal): -6278349 or 3355552. OLE color: 3355552.

HSL color Cylindrical-coordinate representation of color #A03333: hue angle of 0º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03333 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 51 -
CMYK 0 0.68 0.68 0.37
HSL 0.52% 0.41% -
HSV(B) 0.68% 0.63% -
XYZ 16.28 10.08 4.22 -
YUV 83.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 160 51 51 0 0.68 0.68 0.37 0 0.52 0.41
Hex A0 33 33 0 44 44 25 0 34 29
Octal 240 63 63 0 104 104 45 0 64 51
Binary 10100000 110011 110011 0 1000100 1000100 100101 0 110100 101001

Color Harmonies of #A03333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03333

Black with #A03333

Text Example


Text Example

White with #A03333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03333; }

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

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

background-color css

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

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

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

border-color css

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

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

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