#963039

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

Shades of Guardsman Red #963039

Tints of Guardsman Red #963039

Color information

#963039 (or 0x963039) is unknown color: approx Guardsman Red. HEX triplet: 96, 30 and 39. RGB value is (150,48,57). Sum of RGB (Red+Green+Blue) = 150+48+57=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963039 is #69CFC6. Grayscale: #4F4F4F. Windows color (decimal): -6934471 or 3747990. OLE color: 3747990.

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

Color convert

RGB1504857-
CMYK00.680.620.41
HSL354.71º51.52%38.82%-
HSV(B)354.71º68%58.82%-
XYZ14.378.894.83-
YUV79.52115.29178.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=58.82%
G=18.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150485700.680.620.41354.7151.5238.82
Hex9630390443E291633427
Octal2266071010476515436447
Binary1001011011000011100101000100111110101001101100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963039; }

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

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

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

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

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

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

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

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