#962F39

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

Shades of Guardsman Red #962F39

Tints of Guardsman Red #962F39

Color information

#962F39 (or 0x962F39) is unknown color: approx Guardsman Red. HEX triplet: 96, 2F and 39. RGB value is (150,47,57). Sum of RGB (Red+Green+Blue) = 150+47+57=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F39 is #69D0C6. Grayscale: #4E4E4E. Windows color (decimal): -6934727 or 3747734. OLE color: 3747734.

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

Color convert

RGB1504757-
CMYK00.690.620.41
HSL354.17º52.28%38.63%-
HSV(B)354.17º68.67%58.82%-
XYZ14.338.814.82-
YUV78.94115.62178.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=59.06%
G=18.50%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150475700.690.620.41354.1752.2838.63
Hex962F390453E291623427
Octal2265771010576515426447
Binary1001011010111111100101000101111110101001101100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,57); }

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

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

 a { background-color: rgb(150,47,57); }

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

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

 span { border-color: rgb(150,47,57); }

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