#962C32

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

Shades of Guardsman Red #962C32

Tints of Guardsman Red #962C32

Color information

#962C32 (or 0x962C32) is unknown color: approx Guardsman Red. HEX triplet: 96, 2C and 32. RGB value is (150,44,50). Sum of RGB (Red+Green+Blue) = 150+44+50=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #962C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C32 is #69D3CD. Grayscale: #4C4C4C. Windows color (decimal): -6935502 or 3288214. OLE color: 3288214.

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

Color convert

RGB1504450-
CMYK00.710.670.41
HSL356.6º54.64%38.04%-
HSV(B)356.6º70.67%58.82%-
XYZ14.058.523.92-
YUV76.38113.12180.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=61.48%
G=18.03%
B=20.49%

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
Decimal150445000.710.670.41356.654.6438.04
Hex962C3204743291653726
Octal22654620107103515456746
Binary10010110101100110010010001111000011101001101100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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