Html Css Color HEX #A33736 Milano Red

📋 copy color: '#A33736'

red 163 ◦ green 55 ◦ blue 54

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

Shades of Milano Red #A33736

Tints of Milano Red #A33736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 59.93%
G = 20.22%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A33736 (or 0xA33736) is known color: Milano Red. HEX triplet: A3, 37 and 36. RGB value is (163,55,54). Sum of RGB (Red+Green+Blue) = 163+55+54=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33736 is #5CC8C9. Grayscale: #575757. Windows color (decimal): -6080714 or 3553187. OLE color: 3553187.

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

Color convert

RGB 163 55 54 -
CMYK 0 0.66 0.67 0.36
HSL 0.55º 0.5% 0.43% -
HSV(B) 0.55º 0.67% 0.64% -
XYZ 17.14 10.79 4.67 -
YUV 87.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 163 55 54 0 0.66 0.67 0.36 0.55 0.5 0.43
Hex A3 37 36 0 42 43 24 1 32 2B
Octal 243 67 66 0 102 103 44 1 62 53
Binary 10100011 110111 110110 0 1000010 1000011 100100 1 110010 101011

Color Harmonies of #A33736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33736

Black with #A33736

Text Example


Text Example

White with #A33736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33736; }

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

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

background-color css

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

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

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

border-color css

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

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

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