Html Css Color HEX #A13333 Milano Red

📋 copy color: '#A13333'

red 161 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #A13333

Tints of Milano Red #A13333

RGB

 RED value IS 161 (63.28% from 255) = 61.22%

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

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

R = 61.22%
G = 19.39%
B = 19.39%

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

#A13333 (or 0xA13333) is known color: Milano Red. HEX triplet: A1, 33 and 33. RGB value is (161,51,51). Sum of RGB (Red+Green+Blue) = 161+51+51=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A13333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13333 is #5ECCCC. Grayscale: #545454. Windows color (decimal): -6212813 or 3355553. OLE color: 3355553.

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

Color convert

RGB 161 51 51 -
CMYK 0 0.68 0.68 0.37
HSL 0.52% 0.42% -
HSV(B) 0.68% 0.63% -
XYZ 16.48 10.18 4.23 -
YUV 83.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 161 51 51 0 0.68 0.68 0.37 0 0.52 0.42
Hex A1 33 33 0 44 44 25 0 34 2A
Octal 241 63 63 0 104 104 45 0 64 52
Binary 10100001 110011 110011 0 1000100 1000100 100101 0 110100 101010

Color Harmonies of #A13333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13333

Black with #A13333

Text Example


Text Example

White with #A13333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13333; }

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

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

background-color css

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

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

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

border-color css

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

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

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