#9B282D

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

Shades of Guardsman Red #9B282D

Tints of Guardsman Red #9B282D

Color information

#9B282D (or 0x9B282D) is unknown color: approx Guardsman Red. HEX triplet: 9B, 28 and 2D. RGB value is (155,40,45). Sum of RGB (Red+Green+Blue) = 155+40+45=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282D is #64D7D2. Grayscale: #4B4B4B. Windows color (decimal): -6608851 or 2959515. OLE color: 2959515.

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

Color convert

RGB1554045-
CMYK00.740.710.39
HSL357.39º58.97%38.24%-
HSV(B)357.39º74.19%60.78%-
XYZ14.758.683.38-
YUV74.95111.1185.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=64.58%
G=16.67%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155404500.740.710.39357.3958.9738.24
Hex9B282D04A47271653b26
Octal23350550112107475457346
Binary10011011101000101101010010101000111100111101100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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