Html Css Color HEX #A63130 Milano Red

📋 copy color: '#A63130'

red 166 ◦ green 49 ◦ blue 48

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

Shades of Milano Red #A63130

Tints of Milano Red #A63130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 63.12%
G = 18.63%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A63130 (or 0xA63130) is known color: Milano Red. HEX triplet: A6, 31 and 30. RGB value is (166,49,48). Sum of RGB (Red+Green+Blue) = 166+49+48=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A63130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63130 is #59CECF. Grayscale: #535353. Windows color (decimal): -5885648 or 3158438. OLE color: 3158438.

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

Color convert

RGB 166 49 48 -
CMYK 0 0.70 0.71 0.35
HSL 0.51º 0.55% 0.42% -
HSV(B) 0.51º 0.71% 0.65% -
XYZ 17.36 10.52 3.91 -
YUV 83.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 166 49 48 0 0.70 0.71 0.35 0.51 0.55 0.42
Hex A6 31 30 0 46 47 23 1 37 2A
Octal 246 61 60 0 106 107 43 1 67 52
Binary 10100110 110001 110000 0 1000110 1000111 100011 1 110111 101010

Color Harmonies of #A63130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63130

Black with #A63130

Text Example


Text Example

White with #A63130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63130; }

 p { color: rgb(166,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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