Html Css Color HEX #A33729 Milano Red

📋 copy color: '#A33729'

red 163 ◦ green 55 ◦ blue 41

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

Shades of Milano Red #A33729

Tints of Milano Red #A33729

RGB

 RED value IS 163 (64.06% from 255) = 62.93%

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 62.93%
G = 21.24%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33729 (or 0xA33729) is known color: Milano Red. HEX triplet: A3, 37 and 29. RGB value is (163,55,41). Sum of RGB (Red+Green+Blue) = 163+55+41=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A33729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33729 is #5CC8D6. Grayscale: #555555. Windows color (decimal): -6080727 or 2701219. OLE color: 2701219.

HSL color Cylindrical-coordinate representation of color #A33729: hue angle of 6.89º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33729 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 41 -
CMYK 0 0.66 0.75 0.36
HSL 6.89º 0.6% 0.4% -
HSV(B) 6.89º 0.75% 0.64% -
XYZ 16.87 10.68 3.27 -
YUV 85.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 163 55 41 0 0.66 0.75 0.36 6.89 0.6 0.4
Hex A3 37 29 0 42 4B 24 7 3C 28
Octal 243 67 51 0 102 113 44 7 74 50
Binary 10100011 110111 101001 0 1000010 1001011 100100 111 111100 101000

Color Harmonies of #A33729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33729

Black with #A33729

Text Example


Text Example

White with #A33729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33729; }

 p { color: rgb(163,55,41); }

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

background-color css

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

 a { background-color: rgb(163,55,41); }

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

border-color css

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

 span { border-color: rgb(163,55,41); }

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