Html Css Color HEX #A63333 Milano Red

📋 copy color: '#A63333'

red 166 ◦ green 51 ◦ blue 51

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

Shades of Milano Red #A63333

Tints of Milano Red #A63333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 61.94%
G = 19.03%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A63333 (or 0xA63333) is known color: Milano Red. HEX triplet: A6, 33 and 33. RGB value is (166,51,51). Sum of RGB (Red+Green+Blue) = 166+51+51=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63333 is #59CCCC. Grayscale: #555555. Windows color (decimal): -5885133 or 3355558. OLE color: 3355558.

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

Color convert

RGB 166 51 51 -
CMYK 0 0.69 0.69 0.35
HSL 0.53% 0.43% -
HSV(B) 0.69% 0.65% -
XYZ 17.51 10.71 4.28 -
YUV 85.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 166 51 51 0 0.69 0.69 0.35 0 0.53 0.43
Hex A6 33 33 0 45 45 23 0 35 2B
Octal 246 63 63 0 105 105 43 0 65 53
Binary 10100110 110011 110011 0 1000101 1000101 100011 0 110101 101011

Color Harmonies of #A63333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63333

Black with #A63333

Text Example


Text Example

White with #A63333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63333; }

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

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

background-color css

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

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

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

border-color css

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

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

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