Html Css Color HEX #A13A2F Milano Red

📋 copy color: '#A13A2F'

red 161 ◦ green 58 ◦ blue 47

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

Shades of Milano Red #A13A2F

Tints of Milano Red #A13A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 60.53%
G = 21.8%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A13A2F (or 0xA13A2F) is known color: Milano Red. HEX triplet: A1, 3A and 2F. RGB value is (161,58,47). Sum of RGB (Red+Green+Blue) = 161+58+47=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A2F is #5EC5D0. Grayscale: #575757. Windows color (decimal): -6211025 or 3095201. OLE color: 3095201.

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

Color convert

RGB 161 58 47 -
CMYK 0 0.64 0.71 0.37
HSL 5.79º 0.55% 0.41% -
HSV(B) 5.79º 0.71% 0.63% -
XYZ 16.72 10.81 3.89 -
YUV 87.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 161 58 47 0 0.64 0.71 0.37 5.79 0.55 0.41
Hex A1 3A 2F 0 40 47 25 6 37 29
Octal 241 72 57 0 100 107 45 6 67 51
Binary 10100001 111010 101111 0 1000000 1000111 100101 110 110111 101001

Color Harmonies of #A13A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A2F

Black with #A13A2F

Text Example


Text Example

White with #A13A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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