Html Css Color HEX #983030 Milano Red

📋 copy color: '#983030'

red 152 ◦ green 48 ◦ blue 48

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

Shades of Milano Red #983030

Tints of Milano Red #983030

RGB

 RED value IS 152 (59.77% from 255) = 61.29%

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 61.29%
G = 19.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983030 (or 0x983030) is known color: Milano Red. HEX triplet: 98, 30 and 30. RGB value is (152,48,48). Sum of RGB (Red+Green+Blue) = 152+48+48=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #983030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983030 is #67CFCF. Grayscale: #4F4F4F. Windows color (decimal): -6803408 or 3158168. OLE color: 3158168.

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

Color convert

RGB 152 48 48 -
CMYK 0 0.68 0.68 0.40
HSL 0.52% 0.39% -
HSV(B) 0.68% 0.6% -
XYZ 14.54 9 3.77 -
YUV 79.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 152 48 48 0 0.68 0.68 0.40 0 0.52 0.39
Hex 98 30 30 0 44 44 28 0 34 27
Octal 230 60 60 0 104 104 50 0 64 47
Binary 10011000 110000 110000 0 1000100 1000100 101000 0 110100 100111

Color Harmonies of #983030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983030

Black with #983030

Text Example


Text Example

White with #983030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983030; }

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

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

background-color css

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

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

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

border-color css

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

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

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