Html Css Color HEX #A33737 Milano Red

📋 copy color: '#A33737'

red 163 ◦ green 55 ◦ blue 55

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

Shades of Milano Red #A33737

Tints of Milano Red #A33737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 59.71%
G = 20.15%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33737 (or 0xA33737) is known color: Milano Red. HEX triplet: A3, 37 and 37. RGB value is (163,55,55). Sum of RGB (Red+Green+Blue) = 163+55+55=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A33737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33737 is #5CC8C8. Grayscale: #575757. Windows color (decimal): -6080713 or 3618723. OLE color: 3618723.

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

Color convert

RGB 163 55 55 -
CMYK 0 0.66 0.66 0.36
HSL 0.5% 0.43% -
HSV(B) 0.66% 0.64% -
XYZ 17.16 10.79 4.79 -
YUV 87.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 163 55 55 0 0.66 0.66 0.36 0 0.5 0.43
Hex A3 37 37 0 42 42 24 0 32 2B
Octal 243 67 67 0 102 102 44 0 62 53
Binary 10100011 110111 110111 0 1000010 1000010 100100 0 110010 101011

Color Harmonies of #A33737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33737

Black with #A33737

Text Example


Text Example

White with #A33737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33737; }

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

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

background-color css

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

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

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

border-color css

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

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

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