#9A2F2A

Color #9A2F2A Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #9A2F2A

Tints of Milano Red #9A2F2A

Color information

#9A2F2A (or 0x9A2F2A) is unknown color: approx Milano Red. HEX triplet: 9A, 2F and 2A. RGB value is (154,47,42). Sum of RGB (Red+Green+Blue) = 154+47+42=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2F2A is #65D0D5. Grayscale: #4E4E4E. Windows color (decimal): -6672598 or 2764698. OLE color: 2764698.

HSL color Cylindrical-coordinate representation of color #9A2F2A: hue angle of 2.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2F2A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1544742-
CMYK00.690.730.40
HSL2.68º57.14%38.43%-
HSV(B)2.68º72.73%60.39%-
XYZ14.769.073.16-
YUV78.42107.45181.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=63.37%
G=19.34%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154474200.690.730.402.6857.1438.43
Hex9A2F2A045492833926
Octal232575201051115037146
Binary1001101010111110101001000101100100110100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2F2A; }

 p { color: rgb(154,47,42); }

 H1.HeaderClassName
 {
   color: #9A2F2A;
 }
 .AnyTagClassName
 {
   color: #9A2F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(154,47,42); }

 div.DivClassName
 {
   background-color: #9A2F2A;
 }
 .BgClassName
 {
   background-color: #9A2F2A;
 }
</style>
border-color css

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

 span { border-color: rgb(154,47,42); }

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