#9B282C

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

Shades of Guardsman Red #9B282C

Tints of Guardsman Red #9B282C

Color information

#9B282C (or 0x9B282C) is unknown color: approx Guardsman Red. HEX triplet: 9B, 28 and 2C. RGB value is (155,40,44). Sum of RGB (Red+Green+Blue) = 155+40+44=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282C is #64D7D3. Grayscale: #4A4A4A. Windows color (decimal): -6608852 or 2893979. OLE color: 2893979.

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

Color convert

RGB1554044-
CMYK00.740.720.39
HSL357.91º58.97%38.24%-
HSV(B)357.91º74.19%60.78%-
XYZ14.738.673.28-
YUV74.84110.6185.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.85%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=64.85%
G=16.74%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155404400.740.720.39357.9158.9738.24
Hex9B282C04A48271663b26
Octal23350540112110475467346
Binary10011011101000101100010010101001000100111101100110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,44); }

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

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

 a { background-color: rgb(155,40,44); }

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

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

 span { border-color: rgb(155,40,44); }

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