Html Css Color HEX #A63838 Milano Red

📋 copy color: '#A63838'

red 166 ◦ green 56 ◦ blue 56

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

Shades of Milano Red #A63838

Tints of Milano Red #A63838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 59.71%
G = 20.14%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A63838 (or 0xA63838) is known color: Milano Red. HEX triplet: A6, 38 and 38. RGB value is (166,56,56). Sum of RGB (Red+Green+Blue) = 166+56+56=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A63838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63838 is #59C7C7. Grayscale: #595959. Windows color (decimal): -5883848 or 3684518. OLE color: 3684518.

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

Color convert

RGB 166 56 56 -
CMYK 0 0.66 0.66 0.35
HSL 0.5% 0.44% -
HSV(B) 0.66% 0.65% -
XYZ 17.85 11.22 4.97 -
YUV 88.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 166 56 56 0 0.66 0.66 0.35 0 0.5 0.44
Hex A6 38 38 0 42 42 23 0 32 2C
Octal 246 70 70 0 102 102 43 0 62 54
Binary 10100110 111000 111000 0 1000010 1000010 100011 0 110010 101100

Color Harmonies of #A63838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63838

Black with #A63838

Text Example


Text Example

White with #A63838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63838; }

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

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

background-color css

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

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

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

border-color css

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

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

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