Html Css Color HEX #A63836 Milano Red

📋 copy color: '#A63836'

red 166 ◦ green 56 ◦ blue 54

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

Shades of Milano Red #A63836

Tints of Milano Red #A63836

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

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

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

R = 60.14%
G = 20.29%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63836 (or 0xA63836) is known color: Milano Red. HEX triplet: A6, 38 and 36. RGB value is (166,56,54). Sum of RGB (Red+Green+Blue) = 166+56+54=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63836 is #59C7C9. Grayscale: #585858. Windows color (decimal): -5883850 or 3553446. OLE color: 3553446.

HSL color Cylindrical-coordinate representation of color #A63836: hue angle of 1.07º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63836 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 54 -
CMYK 0 0.66 0.67 0.35
HSL 1.07º 0.51% 0.43% -
HSV(B) 1.07º 0.67% 0.65% -
XYZ 17.81 11.2 4.71 -
YUV 88.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 166 56 54 0 0.66 0.67 0.35 1.07 0.51 0.43
Hex A6 38 36 0 42 43 23 1 33 2B
Octal 246 70 66 0 102 103 43 1 63 53
Binary 10100110 111000 110110 0 1000010 1000011 100011 1 110011 101011

Color Harmonies of #A63836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63836

Black with #A63836

Text Example


Text Example

White with #A63836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63836; }

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

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

background-color css

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

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

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

border-color css

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

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

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