#952D2A

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

Shades of Milano Red #952D2A

Tints of Milano Red #952D2A

Color information

#952D2A (or 0x952D2A) is unknown color: approx Milano Red. HEX triplet: 95, 2D and 2A. RGB value is (149,45,42). Sum of RGB (Red+Green+Blue) = 149+45+42=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2A is #6AD2D5. Grayscale: #4B4B4B. Windows color (decimal): -7000790 or 2764181. OLE color: 2764181.

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

Color convert

RGB1494542-
CMYK00.700.720.42
HSL1.68º56.02%37.45%-
HSV(B)1.68º71.81%58.43%-
XYZ13.758.433.09-
YUV75.75108.96180.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=63.14%
G=19.07%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149454200.700.720.421.6856.0237.45
Hex952D2A046482A23825
Octal225555201061105227045
Binary1001010110110110101001000110100100010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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