Html Css Color HEX #A03427 Milano Red

📋 copy color: '#A03427'

red 160 ◦ green 52 ◦ blue 39

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

Shades of Milano Red #A03427

Tints of Milano Red #A03427

RGB

 RED value IS 160 (62.89% from 255) = 63.75%

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 63.75%
G = 20.72%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A03427 (or 0xA03427) is known color: Milano Red. HEX triplet: A0, 34 and 27. RGB value is (160,52,39). Sum of RGB (Red+Green+Blue) = 160+52+39=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A03427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03427 is #5FCBD8. Grayscale: #525252. Windows color (decimal): -6278105 or 2569376. OLE color: 2569376.

HSL color Cylindrical-coordinate representation of color #A03427: hue angle of 6.45º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03427 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 39 -
CMYK 0 0.68 0.76 0.37
HSL 6.45º 0.61% 0.39% -
HSV(B) 6.45º 0.76% 0.63% -
XYZ 16.09 10.08 3.02 -
YUV 82.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 160 52 39 0 0.68 0.76 0.37 6.45 0.61 0.39
Hex A0 34 27 0 44 4C 25 6 3D 27
Octal 240 64 47 0 104 114 45 6 75 47
Binary 10100000 110100 100111 0 1000100 1001100 100101 110 111101 100111

Color Harmonies of #A03427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03427

Black with #A03427

Text Example


Text Example

White with #A03427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03427; }

 p { color: rgb(160,52,39); }

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

background-color css

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

 a { background-color: rgb(160,52,39); }

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

border-color css

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

 span { border-color: rgb(160,52,39); }

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