#962D36

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

Shades of Guardsman Red #962D36

Tints of Guardsman Red #962D36

Color information

#962D36 (or 0x962D36) is unknown color: approx Guardsman Red. HEX triplet: 96, 2D and 36. RGB value is (150,45,54). Sum of RGB (Red+Green+Blue) = 150+45+54=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #962D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D36 is #69D2C9. Grayscale: #4D4D4D. Windows color (decimal): -6935242 or 3550614. OLE color: 3550614.

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

Color convert

RGB1504554-
CMYK00.700.640.41
HSL354.86º53.85%38.24%-
HSV(B)354.86º70%58.82%-
XYZ14.188.634.41-
YUV77.42114.79179.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=60.24%
G=18.07%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150455400.700.640.41354.8653.8538.24
Hex962D3604640291633626
Octal22655660106100515436646
Binary10010110101101110110010001101000000101001101100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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