#A23333

Color #A23333 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #A23333

Tints of Milano Red #A23333

Color information

#A23333 (or 0xA23333) is unknown color: approx Milano Red. HEX triplet: A2, 33 and 33. RGB value is (162,51,51). Sum of RGB (Red+Green+Blue) = 162+51+51=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A23333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23333 is #5DCCCC. Grayscale: #545454. Windows color (decimal): -6147277 or 3355554. OLE color: 3355554.

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

Color convert

RGB1625151-
CMYK00.690.690.36
HSL52.11%41.76%-
HSV(B)68.52%63.53%-
XYZ16.6810.294.24-
YUV84.19109.27183.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=61.36%
G=19.32%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162515100.690.690.36052.1141.76
HexA2333304545240342a
Octal242636301051054406452
Binary101000101100111100110100010110001011001000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23333; }

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

 H1.HeaderClassName
 {
   color: #A23333;
 }
 .AnyTagClassName
 {
   color: #A23333;
 }
</style>
background-color css

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

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

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

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

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

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