#9B323F

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

Shades of Guardsman Red #9B323F

Tints of Guardsman Red #9B323F

Color information

#9B323F (or 0x9B323F) is unknown color: approx Guardsman Red. HEX triplet: 9B, 32 and 3F. RGB value is (155,50,63). Sum of RGB (Red+Green+Blue) = 155+50+63=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B323F is #64CDC0. Grayscale: #525252. Windows color (decimal): -6606273 or 4141723. OLE color: 4141723.

HSL color Cylindrical-coordinate representation of color #9B323F: hue angle of 352.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B323F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1555063-
CMYK00.680.590.39
HSL352.57º51.22%40.2%-
HSV(B)352.57º67.74%60.78%-
XYZ15.569.615.74-
YUV82.88116.79179.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 63 (25% from 255) = 23.51%
R=57.84%
G=18.66%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155506300.680.590.39352.5751.2240.2
Hex9B323F0443B271613328
Octal2336277010473475416350
Binary1001101111001011111101000100111011100111101100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B323F; }

 p { color: rgb(155,50,63); }

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

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

 a { background-color: rgb(155,50,63); }

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

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

 span { border-color: rgb(155,50,63); }

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