#9D3336

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

Shades of Guardsman Red #9D3336

Tints of Guardsman Red #9D3336

Color information

#9D3336 (or 0x9D3336) is unknown color: approx Guardsman Red. HEX triplet: 9D, 33 and 36. RGB value is (157,51,54). Sum of RGB (Red+Green+Blue) = 157+51+54=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3336 is #62CCC9. Grayscale: #535353. Windows color (decimal): -6474954 or 3552157. OLE color: 3552157.

HSL color Cylindrical-coordinate representation of color #9D3336: hue angle of 358.3º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3336 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1575154-
CMYK00.680.660.38
HSL358.3º50.96%40.78%-
HSV(B)358.3º67.52%61.57%-
XYZ15.759.84.55-
YUV83.04111.62180.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.92%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=59.92%
G=19.47%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157515400.680.660.38358.350.9640.78
Hex9D333604442261663329
Octal23563660104102465466351
Binary10011101110011110110010001001000010100110101100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,54); }

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

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

 a { background-color: rgb(157,51,54); }

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

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

 span { border-color: rgb(157,51,54); }

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