#9B282B

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

Shades of Guardsman Red #9B282B

Tints of Guardsman Red #9B282B

Color information

#9B282B (or 0x9B282B) is unknown color: approx Guardsman Red. HEX triplet: 9B, 28 and 2B. RGB value is (155,40,43). Sum of RGB (Red+Green+Blue) = 155+40+43=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282B is #64D7D4. Grayscale: #4A4A4A. Windows color (decimal): -6608853 or 2828443. OLE color: 2828443.

HSL color Cylindrical-coordinate representation of color #9B282B: hue angle of 358.43º 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 #9B282B is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1554043-
CMYK00.740.720.39
HSL358.43º58.97%38.24%-
HSV(B)358.43º74.19%60.78%-
XYZ14.718.663.18-
YUV74.73110.1185.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=65.13%
G=16.81%
B=18.07%

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
Decimal155404300.740.720.39358.4358.9738.24
Hex9B282B04A48271663b26
Octal23350530112110475467346
Binary10011011101000101011010010101001000100111101100110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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