Html Css Color HEX #A63828 Milano Red

📋 copy color: '#A63828'

red 166 ◦ green 56 ◦ blue 40

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

Shades of Milano Red #A63828

Tints of Milano Red #A63828

RGB

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

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

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

R = 63.36%
G = 21.37%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A63828 (or 0xA63828) is known color: Milano Red. HEX triplet: A6, 38 and 28. RGB value is (166,56,40). Sum of RGB (Red+Green+Blue) = 166+56+40=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A63828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63828 is #59C7D7. Grayscale: #575757. Windows color (decimal): -5883864 or 2635942. OLE color: 2635942.

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

Color convert

RGB 166 56 40 -
CMYK 0 0.66 0.76 0.35
HSL 7.62º 0.61% 0.4% -
HSV(B) 7.62º 0.76% 0.65% -
XYZ 17.52 11.09 3.22 -
YUV 87.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 166 56 40 0 0.66 0.76 0.35 7.62 0.61 0.4
Hex A6 38 28 0 42 4C 23 8 3D 28
Octal 246 70 50 0 102 114 43 10 75 50
Binary 10100110 111000 101000 0 1000010 1001100 100011 1000 111101 101000

Color Harmonies of #A63828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63828

Black with #A63828

Text Example


Text Example

White with #A63828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63828; }

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

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

background-color css

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

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

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

border-color css

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

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

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