#9B282F

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

Shades of Guardsman Red #9B282F

Tints of Guardsman Red #9B282F

Color information

#9B282F (or 0x9B282F) is unknown color: approx Guardsman Red. HEX triplet: 9B, 28 and 2F. RGB value is (155,40,47). Sum of RGB (Red+Green+Blue) = 155+40+47=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282F is #64D7D0. Grayscale: #4B4B4B. Windows color (decimal): -6608849 or 3090587. OLE color: 3090587.

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

Color convert

RGB1554047-
CMYK00.740.700.39
HSL356.35º58.97%38.24%-
HSV(B)356.35º74.19%60.78%-
XYZ14.798.693.59-
YUV75.18112.1184.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.05%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=64.05%
G=16.53%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155404700.740.700.39356.3558.9738.24
Hex9B282F04A46271643b26
Octal23350570112106475447346
Binary10011011101000101111010010101000110100111101100100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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