#962D34

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

Shades of Guardsman Red #962D34

Tints of Guardsman Red #962D34

Color information

#962D34 (or 0x962D34) is unknown color: approx Guardsman Red. HEX triplet: 96, 2D and 34. RGB value is (150,45,52). Sum of RGB (Red+Green+Blue) = 150+45+52=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #962D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D34 is #69D2CB. Grayscale: #4D4D4D. Windows color (decimal): -6935244 or 3419542. OLE color: 3419542.

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

Color convert

RGB1504552-
CMYK00.700.650.41
HSL356º53.85%38.24%-
HSV(B)356º70%58.82%-
XYZ14.148.614.17-
YUV77.19113.79179.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=60.73%
G=18.22%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150455200.700.650.4135653.8538.24
Hex962D3404641291643626
Octal22655640106101515446646
Binary10010110101101110100010001101000001101001101100100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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