Html Css Color HEX #952C2B Milano Red

📋 copy color: '#952C2B'

red 149 ◦ green 44 ◦ blue 43

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

Shades of Milano Red #952C2B

Tints of Milano Red #952C2B

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 value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#952C2B (or 0x952C2B) is known color: 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

RGB 149 44 43 -
CMYK 0 0.70 0.71 0.42
HSL 0.57º 0.55% 0.38% -
HSV(B) 0.57º 0.71% 0.58% -
XYZ 13.73 8.37 3.18 -
YUV 75.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 149 44 43 0 0.70 0.71 0.42 0.57 0.55 0.38
Hex 95 2C 2B 0 46 47 2A 1 37 26
Octal 225 54 53 0 106 107 52 1 67 46
Binary 10010101 101100 101011 0 1000110 1000111 101010 1 110111 100110

Color Harmonies of #952C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C2B

Black with #952C2B

Text Example


Text Example

White with #952C2B

Text Example


Text Example

HTML Codes & Css Web 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>