#98302D

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

Shades of Milano Red #98302D

Tints of Milano Red #98302D

Color information

#98302D (or 0x98302D) is unknown color: approx Milano Red. HEX triplet: 98, 30 and 2D. RGB value is (152,48,45). Sum of RGB (Red+Green+Blue) = 152+48+45=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302D is #67CFD2. Grayscale: #4E4E4E. Windows color (decimal): -6803411 or 2961560. OLE color: 2961560.

HSL color Cylindrical-coordinate representation of color #98302D: hue angle of 1.68º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98302D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1524845-
CMYK00.680.700.40
HSL1.68º54.31%38.63%-
HSV(B)1.68º70.39%59.61%-
XYZ14.488.983.45-
YUV78.75108.96180.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=62.04%
G=19.59%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152484500.680.700.401.6854.3138.63
Hex98302D044462823627
Octal230605501041065026647
Binary1001100011000010110101000100100011010100010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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