Html Css Color HEX #A63830 Milano Red

📋 copy color: '#A63830'

red 166 ◦ green 56 ◦ blue 48

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

Shades of Milano Red #A63830

Tints of Milano Red #A63830

RGB

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

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

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

R = 61.48%
G = 20.74%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A63830 (or 0xA63830) is known color: Milano Red. HEX triplet: A6, 38 and 30. RGB value is (166,56,48). Sum of RGB (Red+Green+Blue) = 166+56+48=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A63830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63830 is #59C7CF. Grayscale: #585858. Windows color (decimal): -5883856 or 3160230. OLE color: 3160230.

HSL color Cylindrical-coordinate representation of color #A63830: hue angle of 4.07º 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 #A63830 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 48 -
CMYK 0 0.66 0.71 0.35
HSL 4.07º 0.55% 0.42% -
HSV(B) 4.07º 0.71% 0.65% -
XYZ 17.67 11.15 4.02 -
YUV 87.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 166 56 48 0 0.66 0.71 0.35 4.07 0.55 0.42
Hex A6 38 30 0 42 47 23 4 37 2A
Octal 246 70 60 0 102 107 43 4 67 52
Binary 10100110 111000 110000 0 1000010 1000111 100011 100 110111 101010

Color Harmonies of #A63830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63830

Black with #A63830

Text Example


Text Example

White with #A63830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63830; }

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

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

background-color css

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

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

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

border-color css

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

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

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