Html Css Color HEX #95302F Milano Red

📋 copy color: '#95302F'

red 149 ◦ green 48 ◦ blue 47

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

Shades of Milano Red #95302F

Tints of Milano Red #95302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 61.07%
G = 19.67%
B = 19.26%

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

#95302F (or 0x95302F) is known color: Milano Red. HEX triplet: 95, 30 and 2F. RGB value is (149,48,47). Sum of RGB (Red+Green+Blue) = 149+48+47=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95302F is #6ACFD0. Grayscale: #4E4E4E. Windows color (decimal): -7000017 or 3092629. OLE color: 3092629.

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

Color convert

RGB 149 48 47 -
CMYK 0 0.68 0.68 0.42
HSL 0.59º 0.52% 0.38% -
HSV(B) 0.59º 0.68% 0.58% -
XYZ 13.96 8.71 3.63 -
YUV 78.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 149 48 47 0 0.68 0.68 0.42 0.59 0.52 0.38
Hex 95 30 2F 0 44 44 2A 1 34 26
Octal 225 60 57 0 104 104 52 1 64 46
Binary 10010101 110000 101111 0 1000100 1000100 101010 1 110100 100110

Color Harmonies of #95302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95302F

Black with #95302F

Text Example


Text Example

White with #95302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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