Html Css Color HEX #A1382B Milano Red

📋 copy color: '#A1382B'

red 161 ◦ green 56 ◦ blue 43

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

Shades of Milano Red #A1382B

Tints of Milano Red #A1382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 61.92%
G = 21.54%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1382B (or 0xA1382B) is known color: Milano Red. HEX triplet: A1, 38 and 2B. RGB value is (161,56,43). Sum of RGB (Red+Green+Blue) = 161+56+43=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1382B is #5EC7D4. Grayscale: #565656. Windows color (decimal): -6211541 or 2832545. OLE color: 2832545.

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

Color convert

RGB 161 56 43 -
CMYK 0 0.65 0.73 0.37
HSL 6.61º 0.58% 0.4% -
HSV(B) 6.61º 0.73% 0.63% -
XYZ 16.55 10.58 3.46 -
YUV 85.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 161 56 43 0 0.65 0.73 0.37 6.61 0.58 0.4
Hex A1 38 2B 0 41 49 25 7 3A 28
Octal 241 70 53 0 101 111 45 7 72 50
Binary 10100001 111000 101011 0 1000001 1001001 100101 111 111010 101000

Color Harmonies of #A1382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1382B

Black with #A1382B

Text Example


Text Example

White with #A1382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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