#98302A

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

Shades of Milano Red #98302A

Tints of Milano Red #98302A

Color information

#98302A (or 0x98302A) is unknown color: approx Milano Red. HEX triplet: 98, 30 and 2A. RGB value is (152,48,42). Sum of RGB (Red+Green+Blue) = 152+48+42=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #98302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302A is #67CFD5. Grayscale: #4E4E4E. Windows color (decimal): -6803414 or 2764952. OLE color: 2764952.

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

Color convert

RGB1524842-
CMYK00.680.720.40
HSL3.27º56.7%38.04%-
HSV(B)3.27º72.37%59.61%-
XYZ14.428.963.16-
YUV78.41107.46180.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=62.81%
G=19.83%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152484200.680.720.403.2756.738.04
Hex98302A044482833926
Octal230605201041105037146
Binary1001100011000010101001000100100100010100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98302A; }

 p { color: rgb(152,48,42); }

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

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

 a { background-color: rgb(152,48,42); }

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

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

 span { border-color: rgb(152,48,42); }

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