Html Css Color HEX #A23529 Milano Red

📋 copy color: '#A23529'

red 162 ◦ green 53 ◦ blue 41

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

Shades of Milano Red #A23529

Tints of Milano Red #A23529

RGB

 RED value IS 162 (63.67% from 255) = 63.28%

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 63.28%
G = 20.7%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23529 (or 0xA23529) is known color: Milano Red. HEX triplet: A2, 35 and 29. RGB value is (162,53,41). Sum of RGB (Red+Green+Blue) = 162+53+41=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23529 is #5DCAD6. Grayscale: #545454. Windows color (decimal): -6146775 or 2700706. OLE color: 2700706.

HSL color Cylindrical-coordinate representation of color #A23529: hue angle of 5.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23529 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 53 41 -
CMYK 0 0.67 0.75 0.36
HSL 5.95º 0.6% 0.4% -
HSV(B) 5.95º 0.75% 0.64% -
XYZ 16.57 10.39 3.23 -
YUV 84.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 162 53 41 0 0.67 0.75 0.36 5.95 0.6 0.4
Hex A2 35 29 0 43 4B 24 6 3C 28
Octal 242 65 51 0 103 113 44 6 74 50
Binary 10100010 110101 101001 0 1000011 1001011 100100 110 111100 101000

Color Harmonies of #A23529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23529

Black with #A23529

Text Example


Text Example

White with #A23529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23529; }

 p { color: rgb(162,53,41); }

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

background-color css

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

 a { background-color: rgb(162,53,41); }

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

border-color css

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

 span { border-color: rgb(162,53,41); }

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