Html Css Color HEX #A13829 Milano Red

📋 copy color: '#A13829'

red 161 ◦ green 56 ◦ blue 41

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

Shades of Milano Red #A13829

Tints of Milano Red #A13829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 62.4%
G = 21.71%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A13829 (or 0xA13829) is known color: Milano Red. HEX triplet: A1, 38 and 29. RGB value is (161,56,41). Sum of RGB (Red+Green+Blue) = 161+56+41=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A13829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13829 is #5EC7D6. Grayscale: #555555. Windows color (decimal): -6211543 or 2701473. OLE color: 2701473.

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

Color convert

RGB 161 56 41 -
CMYK 0 0.65 0.75 0.37
HSL 7.5º 0.59% 0.4% -
HSV(B) 7.5º 0.75% 0.63% -
XYZ 16.51 10.57 3.27 -
YUV 85.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 161 56 41 0 0.65 0.75 0.37 7.5 0.59 0.4
Hex A1 38 29 0 41 4B 25 8 3B 28
Octal 241 70 51 0 101 113 45 10 73 50
Binary 10100001 111000 101001 0 1000001 1001011 100101 1000 111011 101000

Color Harmonies of #A13829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13829

Black with #A13829

Text Example


Text Example

White with #A13829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13829; }

 p { color: rgb(161,56,41); }

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

background-color css

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

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

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

border-color css

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

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

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