#962B31

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

Shades of Guardsman Red #962B31

Tints of Guardsman Red #962B31

Color information

#962B31 (or 0x962B31) is unknown color: approx Guardsman Red. HEX triplet: 96, 2B and 31. RGB value is (150,43,49). Sum of RGB (Red+Green+Blue) = 150+43+49=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #962B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B31 is #69D4CE. Grayscale: #4B4B4B. Windows color (decimal): -6935759 or 3222422. OLE color: 3222422.

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

Color convert

RGB1504349-
CMYK00.710.670.41
HSL356.64º55.44%37.84%-
HSV(B)356.64º71.33%58.82%-
XYZ148.433.8-
YUV75.68112.95181.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=61.98%
G=17.77%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150434900.710.670.41356.6455.4437.84
Hex962B3104743291653726
Octal22653610107103515456746
Binary10010110101011110001010001111000011101001101100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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