Html Css Color HEX #A23535 Milano Red

📋 copy color: '#A23535'

red 162 ◦ green 53 ◦ blue 53

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

Shades of Milano Red #A23535

Tints of Milano Red #A23535

RGB

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

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

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

R = 60.45%
G = 19.78%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A23535 (or 0xA23535) is known color: Milano Red. HEX triplet: A2, 35 and 35. RGB value is (162,53,53). Sum of RGB (Red+Green+Blue) = 162+53+53=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A23535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23535 is #5DCACA. Grayscale: #555555. Windows color (decimal): -6146763 or 3487138. OLE color: 3487138.

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

Color convert

RGB 162 53 53 -
CMYK 0 0.67 0.67 0.36
HSL 0.51% 0.42% -
HSV(B) 0.67% 0.64% -
XYZ 16.82 10.48 4.51 -
YUV 85.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 162 53 53 0 0.67 0.67 0.36 0 0.51 0.42
Hex A2 35 35 0 43 43 24 0 33 2A
Octal 242 65 65 0 103 103 44 0 63 52
Binary 10100010 110101 110101 0 1000011 1000011 100100 0 110011 101010

Color Harmonies of #A23535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23535

Black with #A23535

Text Example


Text Example

White with #A23535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23535; }

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

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

background-color css

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

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

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

border-color css

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

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

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