#963436

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

Shades of Guardsman Red #963436

Tints of Guardsman Red #963436

Color information

#963436 (or 0x963436) is unknown color: approx Guardsman Red. HEX triplet: 96, 34 and 36. RGB value is (150,52,54). Sum of RGB (Red+Green+Blue) = 150+52+54=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963436 is #69CBC9. Grayscale: #515151. Windows color (decimal): -6933450 or 3552406. OLE color: 3552406.

HSL color Cylindrical-coordinate representation of color #963436: hue angle of 358.78º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963436 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1505254-
CMYK00.650.640.41
HSL358.78º48.51%39.61%-
HSV(B)358.78º65.33%58.82%-
XYZ14.479.214.5-
YUV81.53112.47176.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=58.59%
G=20.31%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150525400.650.640.41358.7848.5139.61
Hex96343604140291673128
Octal22664660101100515476150
Binary10010110110100110110010000011000000101001101100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963436; }

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

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

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

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

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

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

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

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