Html Css Color HEX #A63939 Milano Red

📋 copy color: '#A63939'

red 166 ◦ green 57 ◦ blue 57

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

Shades of Milano Red #A63939

Tints of Milano Red #A63939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 59.29%
G = 20.36%
B = 20.36%

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

#A63939 (or 0xA63939) is known color: Milano Red. HEX triplet: A6, 39 and 39. RGB value is (166,57,57). Sum of RGB (Red+Green+Blue) = 166+57+57=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A63939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63939 is #59C6C6. Grayscale: #595959. Windows color (decimal): -5883591 or 3750310. OLE color: 3750310.

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

Color convert

RGB 166 57 57 -
CMYK 0 0.66 0.66 0.35
HSL 0.49% 0.44% -
HSV(B) 0.66% 0.65% -
XYZ 17.93 11.33 5.11 -
YUV 89.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 166 57 57 0 0.66 0.66 0.35 0 0.49 0.44
Hex A6 39 39 0 42 42 23 0 31 2C
Octal 246 71 71 0 102 102 43 0 61 54
Binary 10100110 111001 111001 0 1000010 1000010 100011 0 110001 101100

Color Harmonies of #A63939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63939

Black with #A63939

Text Example


Text Example

White with #A63939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63939; }

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

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

background-color css

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

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

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

border-color css

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

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

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