Html Css Color HEX #A83632 Milano Red

📋 copy color: '#A83632'

red 168 ◦ green 54 ◦ blue 50

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

Shades of Milano Red #A83632

Tints of Milano Red #A83632

RGB

 RED value IS 168 (66.02% from 255) = 61.76%

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 61.76%
G = 19.85%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A83632 (or 0xA83632) is known color: Milano Red. HEX triplet: A8, 36 and 32. RGB value is (168,54,50). Sum of RGB (Red+Green+Blue) = 168+54+50=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A83632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83632 is #57C9CD. Grayscale: #575757. Windows color (decimal): -5753294 or 3290792. OLE color: 3290792.

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

Color convert

RGB 168 54 50 -
CMYK 0 0.68 0.70 0.34
HSL 2.03º 0.54% 0.43% -
HSV(B) 2.03º 0.7% 0.66% -
XYZ 18.04 11.19 4.23 -
YUV 87.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 168 54 50 0 0.68 0.70 0.34 2.03 0.54 0.43
Hex A8 36 32 0 44 46 22 2 36 2B
Octal 250 66 62 0 104 106 42 2 66 53
Binary 10101000 110110 110010 0 1000100 1000110 100010 10 110110 101011

Color Harmonies of #A83632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83632

Black with #A83632

Text Example


Text Example

White with #A83632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83632; }

 p { color: rgb(168,54,50); }

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

background-color css

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

 a { background-color: rgb(168,54,50); }

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

border-color css

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

 span { border-color: rgb(168,54,50); }

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