#962F31

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

Shades of Guardsman Red #962F31

Tints of Guardsman Red #962F31

Color information

#962F31 (or 0x962F31) is unknown color: approx Guardsman Red. HEX triplet: 96, 2F and 31. RGB value is (150,47,49). Sum of RGB (Red+Green+Blue) = 150+47+49=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #962F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F31 is #69D0CE. Grayscale: #4E4E4E. Windows color (decimal): -6934735 or 3223446. OLE color: 3223446.

HSL color Cylindrical-coordinate representation of color #962F31: hue angle of 358.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F31 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1504749-
CMYK00.690.670.41
HSL358.83º52.28%38.63%-
HSV(B)358.83º68.67%58.82%-
XYZ14.158.743.85-
YUV78.02111.62179.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=60.98%
G=19.11%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150474900.690.670.41358.8352.2838.63
Hex962F3104543291673427
Octal22657610105103515476447
Binary10010110101111110001010001011000011101001101100111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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