Html Css Color HEX #A23030 Milano Red

📋 copy color: '#A23030'

red 162 ◦ green 48 ◦ blue 48

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

Shades of Milano Red #A23030

Tints of Milano Red #A23030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 62.79%
G = 18.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A23030 (or 0xA23030) is known color: Milano Red. HEX triplet: A2, 30 and 30. RGB value is (162,48,48). Sum of RGB (Red+Green+Blue) = 162+48+48=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A23030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23030 is #5DCFCF. Grayscale: #525252. Windows color (decimal): -6148048 or 3158178. OLE color: 3158178.

HSL color Cylindrical-coordinate representation of color #A23030: hue angle of 0º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23030 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 48 -
CMYK 0 0.70 0.70 0.36
HSL 0.54% 0.41% -
HSV(B) 0.7% 0.64% -
XYZ 16.49 10.01 3.86 -
YUV 82.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 162 48 48 0 0.70 0.70 0.36 0 0.54 0.41
Hex A2 30 30 0 46 46 24 0 36 29
Octal 242 60 60 0 106 106 44 0 66 51
Binary 10100010 110000 110000 0 1000110 1000110 100100 0 110110 101001

Color Harmonies of #A23030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23030

Black with #A23030

Text Example


Text Example

White with #A23030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23030; }

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

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

background-color css

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

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

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

border-color css

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

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

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