Html Css Color HEX #A23836 Milano Red

📋 copy color: '#A23836'

red 162 ◦ green 56 ◦ blue 54

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

Shades of Milano Red #A23836

Tints of Milano Red #A23836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 59.56%
G = 20.59%
B = 19.85%

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

#A23836 (or 0xA23836) is known color: Milano Red. HEX triplet: A2, 38 and 36. RGB value is (162,56,54). Sum of RGB (Red+Green+Blue) = 162+56+54=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23836 is #5DC7C9. Grayscale: #575757. Windows color (decimal): -6145994 or 3553442. OLE color: 3553442.

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

Color convert

RGB 162 56 54 -
CMYK 0 0.65 0.67 0.36
HSL 1.11º 0.5% 0.42% -
HSV(B) 1.11º 0.67% 0.64% -
XYZ 16.98 10.78 4.68 -
YUV 87.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 162 56 54 0 0.65 0.67 0.36 1.11 0.5 0.42
Hex A2 38 36 0 41 43 24 1 32 2A
Octal 242 70 66 0 101 103 44 1 62 52
Binary 10100010 111000 110110 0 1000001 1000011 100100 1 110010 101010

Color Harmonies of #A23836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23836

Black with #A23836

Text Example


Text Example

White with #A23836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23836; }

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

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

background-color css

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

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

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

border-color css

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

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

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