#952C2B

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

Shades of Milano Red #952C2B

Tints of Milano Red #952C2B

Color information

#952C2B (or 0x952C2B) is unknown color: approx Milano Red. HEX triplet: 95, 2C and 2B. RGB value is (149,44,43). Sum of RGB (Red+Green+Blue) = 149+44+43=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C2B is #6AD3D4. Grayscale: #4B4B4B. Windows color (decimal): -7001045 or 2829461. OLE color: 2829461.

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

Color convert

RGB1494443-
CMYK00.700.710.42
HSL0.57º55.21%37.65%-
HSV(B)0.57º71.14%58.43%-
XYZ13.738.373.18-
YUV75.28109.79180.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=63.14%
G=18.64%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149444300.700.710.420.5755.2137.65
Hex952C2B046472A13726
Octal225545301061075216746
Binary100101011011001010110100011010001111010101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,43); }

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

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

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

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

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

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

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