Html Css Color HEX #953030 Milano Red

📋 copy color: '#953030'

red 149 ◦ green 48 ◦ blue 48

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

Shades of Milano Red #953030

Tints of Milano Red #953030

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

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

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

R = 60.82%
G = 19.59%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953030 (or 0x953030) is known color: Milano Red. HEX triplet: 95, 30 and 30. RGB value is (149,48,48). Sum of RGB (Red+Green+Blue) = 149+48+48=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #953030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953030 is #6ACFCF. Grayscale: #4E4E4E. Windows color (decimal): -7000016 or 3158165. OLE color: 3158165.

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

Color convert

RGB 149 48 48 -
CMYK 0 0.68 0.68 0.42
HSL 0.51% 0.39% -
HSV(B) 0.68% 0.58% -
XYZ 13.98 8.72 3.74 -
YUV 78.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 149 48 48 0 0.68 0.68 0.42 0 0.51 0.39
Hex 95 30 30 0 44 44 2A 0 33 27
Octal 225 60 60 0 104 104 52 0 63 47
Binary 10010101 110000 110000 0 1000100 1000100 101010 0 110011 100111

Color Harmonies of #953030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953030

Black with #953030

Text Example


Text Example

White with #953030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953030; }

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

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

background-color css

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

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

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

border-color css

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

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

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