#962E33

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

Shades of Guardsman Red #962E33

Tints of Guardsman Red #962E33

Color information

#962E33 (or 0x962E33) is unknown color: approx Guardsman Red. HEX triplet: 96, 2E and 33. RGB value is (150,46,51). Sum of RGB (Red+Green+Blue) = 150+46+51=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #962E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E33 is #69D1CC. Grayscale: #4D4D4D. Windows color (decimal): -6934989 or 3354262. OLE color: 3354262.

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

Color convert

RGB1504651-
CMYK00.690.660.41
HSL357.12º53.06%38.43%-
HSV(B)357.12º69.33%58.82%-
XYZ14.158.684.06-
YUV77.67112.96179.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=60.73%
G=18.62%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150465100.690.660.41357.1253.0638.43
Hex962E3304542291653526
Octal22656630105102515456546
Binary10010110101110110011010001011000010101001101100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,51); }

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

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

 a { background-color: rgb(150,46,51); }

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

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

 span { border-color: rgb(150,46,51); }

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