Html Css Color HEX #A23736 Milano Red

📋 copy color: '#A23736'

red 162 ◦ green 55 ◦ blue 54

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

Shades of Milano Red #A23736

Tints of Milano Red #A23736

RGB

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

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

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

R = 59.78%
G = 20.3%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A23736 (or 0xA23736) is known color: Milano Red. HEX triplet: A2, 37 and 36. RGB value is (162,55,54). Sum of RGB (Red+Green+Blue) = 162+55+54=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A23736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23736 is #5DC8C9. Grayscale: #565656. Windows color (decimal): -6146250 or 3553186. OLE color: 3553186.

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

Color convert

RGB 162 55 54 -
CMYK 0 0.66 0.67 0.36
HSL 0.56º 0.5% 0.42% -
HSV(B) 0.56º 0.67% 0.64% -
XYZ 16.93 10.68 4.66 -
YUV 86.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 162 55 54 0 0.66 0.67 0.36 0.56 0.5 0.42
Hex A2 37 36 0 42 43 24 1 32 2A
Octal 242 67 66 0 102 103 44 1 62 52
Binary 10100010 110111 110110 0 1000010 1000011 100100 1 110010 101010

Color Harmonies of #A23736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23736

Black with #A23736

Text Example


Text Example

White with #A23736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23736; }

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

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

background-color css

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

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

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

border-color css

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

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

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