Html Css Color HEX #A13A30 Milano Red

📋 copy color: '#A13A30'

red 161 ◦ green 58 ◦ blue 48

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

Shades of Milano Red #A13A30

Tints of Milano Red #A13A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 60.3%
G = 21.72%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A13A30 (or 0xA13A30) is known color: Milano Red. HEX triplet: A1, 3A and 30. RGB value is (161,58,48). Sum of RGB (Red+Green+Blue) = 161+58+48=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A30 is #5EC5CF. Grayscale: #575757. Windows color (decimal): -6211024 or 3160737. OLE color: 3160737.

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

Color convert

RGB 161 58 48 -
CMYK 0 0.64 0.70 0.37
HSL 5.31º 0.54% 0.41% -
HSV(B) 5.31º 0.7% 0.63% -
XYZ 16.74 10.82 4 -
YUV 87.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 161 58 48 0 0.64 0.70 0.37 5.31 0.54 0.41
Hex A1 3A 30 0 40 46 25 5 36 29
Octal 241 72 60 0 100 106 45 5 66 51
Binary 10100001 111010 110000 0 1000000 1000110 100101 101 110110 101001

Color Harmonies of #A13A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A30

Black with #A13A30

Text Example


Text Example

White with #A13A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A30; }

 p { color: rgb(161,58,48); }

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

background-color css

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

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

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

border-color css

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

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

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