#9B2D31

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

Shades of Guardsman Red #9B2D31

Tints of Guardsman Red #9B2D31

Color information

#9B2D31 (or 0x9B2D31) is unknown color: approx Guardsman Red. HEX triplet: 9B, 2D and 31. RGB value is (155,45,49). Sum of RGB (Red+Green+Blue) = 155+45+49=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D31 is #64D2CE. Grayscale: #4E4E4E. Windows color (decimal): -6607567 or 3222939. OLE color: 3222939.

HSL color Cylindrical-coordinate representation of color #9B2D31: hue angle of 357.82º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D31 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1554549-
CMYK00.710.680.39
HSL357.82º55%39.22%-
HSV(B)357.82º70.97%60.78%-
XYZ15.019.073.86-
YUV78.35111.44182.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=62.25%
G=18.07%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155454900.710.680.39357.825539.22
Hex9B2D3104744271663727
Octal23355610107104475466747
Binary10011011101101110001010001111000100100111101100110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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