#9D2B31

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

Shades of Guardsman Red #9D2B31

Tints of Guardsman Red #9D2B31

Color information

#9D2B31 (or 0x9D2B31) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2B and 31. RGB value is (157,43,49). Sum of RGB (Red+Green+Blue) = 157+43+49=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2B31 is #62D4CE. Grayscale: #4D4D4D. Windows color (decimal): -6477007 or 3222429. OLE color: 3222429.

HSL color Cylindrical-coordinate representation of color #9D2B31: hue angle of 356.84º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B31 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1574349-
CMYK00.730.690.38
HSL356.84º57%39.22%-
HSV(B)356.84º72.61%61.57%-
XYZ15.329.123.86-
YUV77.77111.77184.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=63.05%
G=17.27%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157434900.730.690.38356.845739.22
Hex9D2B3104945261653927
Octal23553610111105465457147
Binary10011101101011110001010010011000101100110101100101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,49); }

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

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

 a { background-color: rgb(157,43,49); }

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

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

 span { border-color: rgb(157,43,49); }

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