#962E2F

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

Shades of Guardsman Red #962E2F

Tints of Guardsman Red #962E2F

Color information

#962E2F (or 0x962E2F) is unknown color: approx Guardsman Red. HEX triplet: 96, 2E and 2F. RGB value is (150,46,47). Sum of RGB (Red+Green+Blue) = 150+46+47=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E2F is #69D1D0. Grayscale: #4D4D4D. Windows color (decimal): -6934993 or 3092118. OLE color: 3092118.

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

Color convert

RGB1504647-
CMYK00.690.690.41
HSL359.42º53.06%38.43%-
HSV(B)359.42º69.33%58.82%-
XYZ14.078.643.62-
YUV77.21110.96179.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=61.73%
G=18.93%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150464700.690.690.41359.4253.0638.43
Hex962E2F04545291673526
Octal22656570105105515476546
Binary10010110101110101111010001011000101101001101100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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