Html Css Color HEX #A13A2E Milano Red

📋 copy color: '#A13A2E'

red 161 ◦ green 58 ◦ blue 46

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

Shades of Milano Red #A13A2E

Tints of Milano Red #A13A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 60.75%
G = 21.89%
B = 17.36%

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

#A13A2E (or 0xA13A2E) is known color: Milano Red. HEX triplet: A1, 3A and 2E. RGB value is (161,58,46). Sum of RGB (Red+Green+Blue) = 161+58+46=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A2E is #5EC5D1. Grayscale: #575757. Windows color (decimal): -6211026 or 3029665. OLE color: 3029665.

HSL color Cylindrical-coordinate representation of color #A13A2E: hue angle of 6.26º degrees, saturation: 0.56, 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 #A13A2E is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 58 46 -
CMYK 0 0.64 0.71 0.37
HSL 6.26º 0.56% 0.41% -
HSV(B) 6.26º 0.71% 0.63% -
XYZ 16.7 10.8 3.79 -
YUV 87.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 161 58 46 0 0.64 0.71 0.37 6.26 0.56 0.41
Hex A1 3A 2E 0 40 47 25 6 38 29
Octal 241 72 56 0 100 107 45 6 70 51
Binary 10100001 111010 101110 0 1000000 1000111 100101 110 111000 101001

Color Harmonies of #A13A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A2E

Black with #A13A2E

Text Example


Text Example

White with #A13A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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