Html Css Color HEX #A23935 Milano Red

📋 copy color: '#A23935'

red 162 ◦ green 57 ◦ blue 53

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

Shades of Milano Red #A23935

Tints of Milano Red #A23935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 59.56%
G = 20.96%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A23935 (or 0xA23935) is known color: Milano Red. HEX triplet: A2, 39 and 35. RGB value is (162,57,53). Sum of RGB (Red+Green+Blue) = 162+57+53=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23935 is #5DC6CA. Grayscale: #585858. Windows color (decimal): -6145739 or 3488162. OLE color: 3488162.

HSL color Cylindrical-coordinate representation of color #A23935: hue angle of 2.2º degrees, saturation: 0.51, 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 #A23935 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 53 -
CMYK 0 0.65 0.67 0.36
HSL 2.2º 0.51% 0.42% -
HSV(B) 2.2º 0.67% 0.64% -
XYZ 17.01 10.86 4.57 -
YUV 87.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 162 57 53 0 0.65 0.67 0.36 2.2 0.51 0.42
Hex A2 39 35 0 41 43 24 2 33 2A
Octal 242 71 65 0 101 103 44 2 63 52
Binary 10100010 111001 110101 0 1000001 1000011 100100 10 110011 101010

Color Harmonies of #A23935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23935

Black with #A23935

Text Example


Text Example

White with #A23935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23935; }

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

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

background-color css

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

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

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

border-color css

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

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

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