#952D2D

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

Shades of Milano Red #952D2D

Tints of Milano Red #952D2D

Color information

#952D2D (or 0x952D2D) is unknown color: approx Milano Red. HEX triplet: 95, 2D and 2D. RGB value is (149,45,45). Sum of RGB (Red+Green+Blue) = 149+45+45=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2D is #6AD2D2. Grayscale: #4C4C4C. Windows color (decimal): -7000787 or 2960789. OLE color: 2960789.

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

Color convert

RGB1494545-
CMYK00.700.700.42
HSL53.61%38.04%-
HSV(B)69.8%58.43%-
XYZ13.818.463.39-
YUV76.1110.46180-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=62.34%
G=18.83%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149454500.700.700.42053.6138.04
Hex952D2D046462A03626
Octal225555501061065206646
Binary100101011011011011010100011010001101010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952D2D; }

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

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

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

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

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

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

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

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