#9D3437

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

Shades of Guardsman Red #9D3437

Tints of Guardsman Red #9D3437

Color information

#9D3437 (or 0x9D3437) is unknown color: approx Guardsman Red. HEX triplet: 9D, 34 and 37. RGB value is (157,52,55). Sum of RGB (Red+Green+Blue) = 157+52+55=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3437 is #62CBC8. Grayscale: #535353. Windows color (decimal): -6474697 or 3617949. OLE color: 3617949.

HSL color Cylindrical-coordinate representation of color #9D3437: hue angle of 358.29º 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 #9D3437 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1575255-
CMYK00.670.650.38
HSL358.29º50.24%40.98%-
HSV(B)358.29º66.88%61.57%-
XYZ15.829.94.69-
YUV83.74111.79180.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.47%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=59.47%
G=19.70%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157525500.670.650.38358.2950.2440.98
Hex9D343704341261663229
Octal23564670103101465466251
Binary10011101110100110111010000111000001100110101100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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