Html Css Color HEX #A13636 Milano Red

📋 copy color: '#A13636'

red 161 ◦ green 54 ◦ blue 54

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

Shades of Milano Red #A13636

Tints of Milano Red #A13636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 59.85%
G = 20.07%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A13636 (or 0xA13636) is known color: Milano Red. HEX triplet: A1, 36 and 36. RGB value is (161,54,54). Sum of RGB (Red+Green+Blue) = 161+54+54=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A13636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13636 is #5EC9C9. Grayscale: #565656. Windows color (decimal): -6212042 or 3552929. OLE color: 3552929.

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

Color convert

RGB 161 54 54 -
CMYK 0 0.66 0.66 0.37
HSL 0.5% 0.42% -
HSV(B) 0.66% 0.63% -
XYZ 16.68 10.48 4.63 -
YUV 85.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 161 54 54 0 0.66 0.66 0.37 0 0.5 0.42
Hex A1 36 36 0 42 42 25 0 32 2A
Octal 241 66 66 0 102 102 45 0 62 52
Binary 10100001 110110 110110 0 1000010 1000010 100101 0 110010 101010

Color Harmonies of #A13636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13636

Black with #A13636

Text Example


Text Example

White with #A13636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13636; }

 p { color: rgb(161,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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