#9D272B

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

Shades of Guardsman Red #9D272B

Tints of Guardsman Red #9D272B

Color information

#9D272B (or 0x9D272B) is unknown color: approx Guardsman Red. HEX triplet: 9D, 27 and 2B. RGB value is (157,39,43). Sum of RGB (Red+Green+Blue) = 157+39+43=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D272B is #62D8D4. Grayscale: #4A4A4A. Windows color (decimal): -6478037 or 2828189. OLE color: 2828189.

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

Color convert

RGB1573943-
CMYK00.750.730.38
HSL357.97º60.2%38.43%-
HSV(B)357.97º75.16%61.57%-
XYZ15.078.793.19-
YUV74.74110.09186.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.69%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=65.69%
G=16.32%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157394300.750.730.38357.9760.238.43
Hex9D272B04B49261663c26
Octal23547530113111465467446
Binary10011101100111101011010010111001001100110101100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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