#962D33

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

Shades of Guardsman Red #962D33

Tints of Guardsman Red #962D33

Color information

#962D33 (or 0x962D33) is unknown color: approx Guardsman Red. HEX triplet: 96, 2D and 33. RGB value is (150,45,51). Sum of RGB (Red+Green+Blue) = 150+45+51=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #962D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D33 is #69D2CC. Grayscale: #4D4D4D. Windows color (decimal): -6935245 or 3354006. OLE color: 3354006.

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

Color convert

RGB1504551-
CMYK00.700.660.41
HSL356.57º53.85%38.24%-
HSV(B)356.57º70%58.82%-
XYZ14.118.64.05-
YUV77.08113.29180.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=60.98%
G=18.29%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150455100.700.660.41356.5753.8538.24
Hex962D3304642291653626
Octal22655630106102515456646
Binary10010110101101110011010001101000010101001101100101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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