#952E31

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

Shades of Guardsman Red #952E31

Tints of Guardsman Red #952E31

Color information

#952E31 (or 0x952E31) is unknown color: approx Guardsman Red. HEX triplet: 95, 2E and 31. RGB value is (149,46,49). Sum of RGB (Red+Green+Blue) = 149+46+49=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E31 is #6AD1CE. Grayscale: #4D4D4D. Windows color (decimal): -7000527 or 3223189. OLE color: 3223189.

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

Color convert

RGB1494649-
CMYK00.690.670.42
HSL358.25º52.82%38.24%-
HSV(B)358.25º69.13%58.43%-
XYZ13.938.573.83-
YUV77.14112.12179.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=61.07%
G=18.85%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149464900.690.670.42358.2552.8238.24
Hex952E31045432A1663526
Octal22556610105103525466546
Binary10010101101110110001010001011000011101010101100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,46,49); }

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

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

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

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

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

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

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