#962E36

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

Shades of Guardsman Red #962E36

Tints of Guardsman Red #962E36

Color information

#962E36 (or 0x962E36) is unknown color: approx Guardsman Red. HEX triplet: 96, 2E and 36. RGB value is (150,46,54). Sum of RGB (Red+Green+Blue) = 150+46+54=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #962E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E36 is #69D1C9. Grayscale: #4E4E4E. Windows color (decimal): -6934986 or 3550870. OLE color: 3550870.

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

Color convert

RGB1504654-
CMYK00.690.640.41
HSL355.38º53.06%38.43%-
HSV(B)355.38º69.33%58.82%-
XYZ14.228.74.42-
YUV78.01114.46179.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=60%
G=18.4%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150465400.690.640.41355.3853.0638.43
Hex962E3604540291633526
Octal22656660105100515436546
Binary10010110101110110110010001011000000101001101100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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