Html Css Color HEX #A23C32 Milano Red

📋 copy color: '#A23C32'

red 162 ◦ green 60 ◦ blue 50

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

Shades of Milano Red #A23C32

Tints of Milano Red #A23C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 59.56%
G = 22.06%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A23C32 (or 0xA23C32) is known color: Milano Red. HEX triplet: A2, 3C and 32. RGB value is (162,60,50). Sum of RGB (Red+Green+Blue) = 162+60+50=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C32 is #5DC3CD. Grayscale: #595959. Windows color (decimal): -6144974 or 3292322. OLE color: 3292322.

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

Color convert

RGB 162 60 50 -
CMYK 0 0.63 0.69 0.36
HSL 5.36º 0.53% 0.42% -
HSV(B) 5.36º 0.69% 0.64% -
XYZ 17.09 11.14 4.27 -
YUV 89.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 162 60 50 0 0.63 0.69 0.36 5.36 0.53 0.42
Hex A2 3C 32 0 3F 45 24 5 35 2A
Octal 242 74 62 0 77 105 44 5 65 52
Binary 10100010 111100 110010 0 111111 1000101 100100 101 110101 101010

Color Harmonies of #A23C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C32

Black with #A23C32

Text Example


Text Example

White with #A23C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C32; }

 p { color: rgb(162,60,50); }

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

background-color css

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

 a { background-color: rgb(162,60,50); }

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

border-color css

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

 span { border-color: rgb(162,60,50); }

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