Html Css Color HEX #A33937 Milano Red

📋 copy color: '#A33937'

red 163 ◦ green 57 ◦ blue 55

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

Shades of Milano Red #A33937

Tints of Milano Red #A33937

RGB

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

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

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

R = 59.27%
G = 20.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33937 (or 0xA33937) is known color: Milano Red. HEX triplet: A3, 39 and 37. RGB value is (163,57,55). Sum of RGB (Red+Green+Blue) = 163+57+55=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33937 is #5CC6C8. Grayscale: #585858. Windows color (decimal): -6080201 or 3619235. OLE color: 3619235.

HSL color Cylindrical-coordinate representation of color #A33937: hue angle of 1.11º 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 #A33937 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 55 -
CMYK 0 0.65 0.66 0.36
HSL 1.11º 0.5% 0.43% -
HSV(B) 1.11º 0.66% 0.64% -
XYZ 17.26 10.99 4.83 -
YUV 88.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 163 57 55 0 0.65 0.66 0.36 1.11 0.5 0.43
Hex A3 39 37 0 41 42 24 1 32 2B
Octal 243 71 67 0 101 102 44 1 62 53
Binary 10100011 111001 110111 0 1000001 1000010 100100 1 110010 101011

Color Harmonies of #A33937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33937

Black with #A33937

Text Example


Text Example

White with #A33937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33937; }

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

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

background-color css

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

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

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

border-color css

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

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

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