Html Css Color HEX #A23728 Milano Red

📋 copy color: '#A23728'

red 162 ◦ green 55 ◦ blue 40

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

Shades of Milano Red #A23728

Tints of Milano Red #A23728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 63.04%
G = 21.4%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23728 (or 0xA23728) is known color: Milano Red. HEX triplet: A2, 37 and 28. RGB value is (162,55,40). Sum of RGB (Red+Green+Blue) = 162+55+40=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A23728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23728 is #5DC8D7. Grayscale: #555555. Windows color (decimal): -6146264 or 2635682. OLE color: 2635682.

HSL color Cylindrical-coordinate representation of color #A23728: hue angle of 7.38º 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 #A23728 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 55 40 -
CMYK 0 0.66 0.75 0.36
HSL 7.38º 0.6% 0.4% -
HSV(B) 7.38º 0.75% 0.64% -
XYZ 16.65 10.57 3.17 -
YUV 85.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 162 55 40 0 0.66 0.75 0.36 7.38 0.6 0.4
Hex A2 37 28 0 42 4B 24 7 3C 28
Octal 242 67 50 0 102 113 44 7 74 50
Binary 10100010 110111 101000 0 1000010 1001011 100100 111 111100 101000

Color Harmonies of #A23728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23728

Black with #A23728

Text Example


Text Example

White with #A23728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23728; }

 p { color: rgb(162,55,40); }

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

background-color css

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

 a { background-color: rgb(162,55,40); }

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

border-color css

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

 span { border-color: rgb(162,55,40); }

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