Html Css Color HEX #A63934 Milano Red

📋 copy color: '#A63934'

red 166 ◦ green 57 ◦ blue 52

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

Shades of Milano Red #A63934

Tints of Milano Red #A63934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.73%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 60.36%
G = 20.73%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63934 (or 0xA63934) is known color: Milano Red. HEX triplet: A6, 39 and 34. RGB value is (166,57,52). Sum of RGB (Red+Green+Blue) = 166+57+52=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A63934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63934 is #59C6CB. Grayscale: #595959. Windows color (decimal): -5883596 or 3422630. OLE color: 3422630.

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

Color convert

RGB 166 57 52 -
CMYK 0 0.66 0.69 0.35
HSL 2.63º 0.52% 0.43% -
HSV(B) 2.63º 0.69% 0.65% -
XYZ 17.81 11.28 4.49 -
YUV 89.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 166 57 52 0 0.66 0.69 0.35 2.63 0.52 0.43
Hex A6 39 34 0 42 45 23 3 34 2B
Octal 246 71 64 0 102 105 43 3 64 53
Binary 10100110 111001 110100 0 1000010 1000101 100011 11 110100 101011

Color Harmonies of #A63934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63934

Black with #A63934

Text Example


Text Example

White with #A63934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63934; }

 p { color: rgb(166,57,52); }

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

background-color css

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

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

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

border-color css

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

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

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