#9D3438

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

Shades of Guardsman Red #9D3438

Tints of Guardsman Red #9D3438

Color information

#9D3438 (or 0x9D3438) is unknown color: approx Guardsman Red. HEX triplet: 9D, 34 and 38. RGB value is (157,52,56). Sum of RGB (Red+Green+Blue) = 157+52+56=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3438 is #62CBC7. Grayscale: #535353. Windows color (decimal): -6474696 or 3683485. OLE color: 3683485.

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

Color convert

RGB1575256-
CMYK00.670.640.38
HSL357.71º50.24%40.98%-
HSV(B)357.71º66.88%61.57%-
XYZ15.859.914.82-
YUV83.85112.29180.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=59.25%
G=19.62%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157525600.670.640.38357.7150.2440.98
Hex9D343804340261663229
Octal23564700103100465466251
Binary10011101110100111000010000111000000100110101100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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