Html Css Color HEX #A33727 Milano Red

📋 copy color: '#A33727'

red 163 ◦ green 55 ◦ blue 39

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

Shades of Milano Red #A33727

Tints of Milano Red #A33727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 63.42%
G = 21.4%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A33727 (or 0xA33727) is known color: Milano Red. HEX triplet: A3, 37 and 27. RGB value is (163,55,39). Sum of RGB (Red+Green+Blue) = 163+55+39=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A33727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33727 is #5CC8D8. Grayscale: #555555. Windows color (decimal): -6080729 or 2570147. OLE color: 2570147.

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

Color convert

RGB 163 55 39 -
CMYK 0 0.66 0.76 0.36
HSL 7.74º 0.61% 0.4% -
HSV(B) 7.74º 0.76% 0.64% -
XYZ 16.84 10.67 3.09 -
YUV 85.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 163 55 39 0 0.66 0.76 0.36 7.74 0.61 0.4
Hex A3 37 27 0 42 4C 24 8 3D 28
Octal 243 67 47 0 102 114 44 10 75 50
Binary 10100011 110111 100111 0 1000010 1001100 100100 1000 111101 101000

Color Harmonies of #A33727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33727

Black with #A33727

Text Example


Text Example

White with #A33727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33727; }

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

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

background-color css

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

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

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

border-color css

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

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

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