#98302B

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

Shades of Milano Red #98302B

Tints of Milano Red #98302B

Color information

#98302B (or 0x98302B) is unknown color: approx Milano Red. HEX triplet: 98, 30 and 2B. RGB value is (152,48,43). Sum of RGB (Red+Green+Blue) = 152+48+43=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #98302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302B is #67CFD4. Grayscale: #4E4E4E. Windows color (decimal): -6803413 or 2830488. OLE color: 2830488.

HSL color Cylindrical-coordinate representation of color #98302B: hue angle of 2.75º degrees, saturation: 0.56, 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 #98302B is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1524843-
CMYK00.680.720.40
HSL2.75º55.9%38.24%-
HSV(B)2.75º71.71%59.61%-
XYZ14.448.963.25-
YUV78.53107.96180.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=62.55%
G=19.75%
B=17.70%

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
Decimal152484300.680.720.402.7555.938.24
Hex98302B044482833826
Octal230605301041105037046
Binary1001100011000010101101000100100100010100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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