#952F31

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

Shades of Guardsman Red #952F31

Tints of Guardsman Red #952F31

Color information

#952F31 (or 0x952F31) is unknown color: approx Guardsman Red. HEX triplet: 95, 2F and 31. RGB value is (149,47,49). Sum of RGB (Red+Green+Blue) = 149+47+49=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F31 is #6AD0CE. Grayscale: #4D4D4D. Windows color (decimal): -7000271 or 3223445. OLE color: 3223445.

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

Color convert

RGB1494749-
CMYK00.680.670.42
HSL358.82º52.04%38.43%-
HSV(B)358.82º68.46%58.43%-
XYZ13.978.643.84-
YUV77.73111.79178.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 49 (19.53% from 255) = 20%
R=60.82%
G=19.18%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149474900.680.670.42358.8252.0438.43
Hex952F31044432A1673426
Octal22557610104103525476446
Binary10010101101111110001010001001000011101010101100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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