#952C32

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

Shades of Guardsman Red #952C32

Tints of Guardsman Red #952C32

Color information

#952C32 (or 0x952C32) is unknown color: approx Guardsman Red. HEX triplet: 95, 2C and 32. RGB value is (149,44,50). Sum of RGB (Red+Green+Blue) = 149+44+50=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C32 is #6AD3CD. Grayscale: #4C4C4C. Windows color (decimal): -7001038 or 3288213. OLE color: 3288213.

HSL color Cylindrical-coordinate representation of color #952C32: hue angle of 356.57º 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 #952C32 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1494450-
CMYK00.700.660.42
HSL356.57º54.4%37.84%-
HSV(B)356.57º70.47%58.43%-
XYZ13.878.423.91-
YUV76.08113.29180.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=61.32%
G=18.11%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149445000.700.660.42356.5754.437.84
Hex952C32046422A1653626
Octal22554620106102525456646
Binary10010101101100110010010001101000010101010101100101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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