#9D3436

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

Shades of Guardsman Red #9D3436

Tints of Guardsman Red #9D3436

Color information

#9D3436 (or 0x9D3436) is unknown color: approx Guardsman Red. HEX triplet: 9D, 34 and 36. RGB value is (157,52,54). Sum of RGB (Red+Green+Blue) = 157+52+54=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3436 is #62CBC9. Grayscale: #535353. Windows color (decimal): -6474698 or 3552413. OLE color: 3552413.

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

Color convert

RGB1575254-
CMYK00.670.660.38
HSL358.86º50.24%40.98%-
HSV(B)358.86º66.88%61.57%-
XYZ15.89.894.57-
YUV83.62111.29180.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=59.70%
G=19.77%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157525400.670.660.38358.8650.2440.98
Hex9D343604342261673229
Octal23564660103102465476251
Binary10011101110100110110010000111000010100110101100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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