#962C31

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

Shades of Guardsman Red #962C31

Tints of Guardsman Red #962C31

Color information

#962C31 (or 0x962C31) is unknown color: approx Guardsman Red. HEX triplet: 96, 2C and 31. RGB value is (150,44,49). Sum of RGB (Red+Green+Blue) = 150+44+49=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C31 is #69D3CE. Grayscale: #4C4C4C. Windows color (decimal): -6935503 or 3222678. OLE color: 3222678.

HSL color Cylindrical-coordinate representation of color #962C31: hue angle of 357.17º 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 #962C31 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1504449-
CMYK00.710.670.41
HSL357.17º54.64%38.04%-
HSV(B)357.17º70.67%58.82%-
XYZ14.038.513.81-
YUV76.26112.62180.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=61.73%
G=18.11%
B=20.16%

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
Decimal150444900.710.670.41357.1754.6438.04
Hex962C3104743291653726
Octal22654610107103515456746
Binary10010110101100110001010001111000011101001101100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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