#962829

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

Shades of Guardsman Red #962829

Tints of Guardsman Red #962829

Color information

#962829 (or 0x962829) is unknown color: approx Guardsman Red. HEX triplet: 96, 28 and 29. RGB value is (150,40,41). Sum of RGB (Red+Green+Blue) = 150+40+41=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962829 is #69D7D6. Grayscale: #494949. Windows color (decimal): -6936535 or 2697366. OLE color: 2697366.

HSL color Cylindrical-coordinate representation of color #962829: hue angle of 359.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962829 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1504041-
CMYK00.730.730.41
HSL359.45º57.89%37.25%-
HSV(B)359.45º73.33%58.82%-
XYZ13.748.162.95-
YUV73109.94182.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=64.94%
G=17.32%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150404100.730.730.41359.4557.8937.25
Hex96282904949291673a25
Octal22650510111111515477245
Binary10010110101000101001010010011001001101001101100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962829; }

 p { color: rgb(150,40,41); }

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

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

 a { background-color: rgb(150,40,41); }

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

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

 span { border-color: rgb(150,40,41); }

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