Html Css Color HEX #A23628 Milano Red

📋 copy color: '#A23628'

red 162 ◦ green 54 ◦ blue 40

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

Shades of Milano Red #A23628

Tints of Milano Red #A23628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 63.28%
G = 21.09%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23628 (or 0xA23628) is known color: Milano Red. HEX triplet: A2, 36 and 28. RGB value is (162,54,40). Sum of RGB (Red+Green+Blue) = 162+54+40=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23628 is #5DC9D7. Grayscale: #545454. Windows color (decimal): -6146520 or 2635426. OLE color: 2635426.

HSL color Cylindrical-coordinate representation of color #A23628: hue angle of 6.89º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23628 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 54 40 -
CMYK 0 0.67 0.75 0.36
HSL 6.89º 0.6% 0.4% -
HSV(B) 6.89º 0.75% 0.64% -
XYZ 16.6 10.47 3.15 -
YUV 84.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 162 54 40 0 0.67 0.75 0.36 6.89 0.6 0.4
Hex A2 36 28 0 43 4B 24 7 3C 28
Octal 242 66 50 0 103 113 44 7 74 50
Binary 10100010 110110 101000 0 1000011 1001011 100100 111 111100 101000

Color Harmonies of #A23628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23628

Black with #A23628

Text Example


Text Example

White with #A23628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23628; }

 p { color: rgb(162,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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