#9B292D

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

Shades of Guardsman Red #9B292D

Tints of Guardsman Red #9B292D

Color information

#9B292D (or 0x9B292D) is unknown color: approx Guardsman Red. HEX triplet: 9B, 29 and 2D. RGB value is (155,41,45). Sum of RGB (Red+Green+Blue) = 155+41+45=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B292D is #64D6D2. Grayscale: #4B4B4B. Windows color (decimal): -6608595 or 2959771. OLE color: 2959771.

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

Color convert

RGB1554145-
CMYK00.740.710.39
HSL357.89º58.16%38.43%-
HSV(B)357.89º73.55%60.78%-
XYZ14.788.743.39-
YUV75.54110.77184.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=64.32%
G=17.01%
B=18.67%

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
Decimal155414500.740.710.39357.8958.1638.43
Hex9B292D04A47271663a26
Octal23351550112107475467246
Binary10011011101001101101010010101000111100111101100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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