Html Css Color HEX #A13B30 Milano Red

📋 copy color: '#A13B30'

red 161 ◦ green 59 ◦ blue 48

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

Shades of Milano Red #A13B30

Tints of Milano Red #A13B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 60.07%
G = 22.01%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A13B30 (or 0xA13B30) is known color: Milano Red. HEX triplet: A1, 3B and 30. RGB value is (161,59,48). Sum of RGB (Red+Green+Blue) = 161+59+48=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13B30 is #5EC4CF. Grayscale: #585858. Windows color (decimal): -6210768 or 3160993. OLE color: 3160993.

HSL color Cylindrical-coordinate representation of color #A13B30: hue angle of 5.84º 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 #A13B30 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 59 48 -
CMYK 0 0.63 0.70 0.37
HSL 5.84º 0.54% 0.41% -
HSV(B) 5.84º 0.7% 0.63% -
XYZ 16.8 10.92 4.02 -
YUV 88.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 161 59 48 0 0.63 0.70 0.37 5.84 0.54 0.41
Hex A1 3B 30 0 3F 46 25 6 36 29
Octal 241 73 60 0 77 106 45 6 66 51
Binary 10100001 111011 110000 0 111111 1000110 100101 110 110110 101001

Color Harmonies of #A13B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B30

Black with #A13B30

Text Example


Text Example

White with #A13B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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