Html Css Color HEX #A13626 Milano Red

📋 copy color: '#A13626'

red 161 ◦ green 54 ◦ blue 38

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

Shades of Milano Red #A13626

Tints of Milano Red #A13626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 63.64%
G = 21.34%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A13626 (or 0xA13626) is known color: Milano Red. HEX triplet: A1, 36 and 26. RGB value is (161,54,38). Sum of RGB (Red+Green+Blue) = 161+54+38=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A13626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13626 is #5EC9D9. Grayscale: #545454. Windows color (decimal): -6212058 or 2504353. OLE color: 2504353.

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

Color convert

RGB 161 54 38 -
CMYK 0 0.66 0.76 0.37
HSL 7.8º 0.62% 0.39% -
HSV(B) 7.8º 0.76% 0.63% -
XYZ 16.37 10.36 2.97 -
YUV 84.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 161 54 38 0 0.66 0.76 0.37 7.8 0.62 0.39
Hex A1 36 26 0 42 4C 25 8 3E 27
Octal 241 66 46 0 102 114 45 10 76 47
Binary 10100001 110110 100110 0 1000010 1001100 100101 1000 111110 100111

Color Harmonies of #A13626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13626

Black with #A13626

Text Example


Text Example

White with #A13626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13626; }

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

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

background-color css

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

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

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

border-color css

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

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

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