#9D2F34

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

Shades of Guardsman Red #9D2F34

Tints of Guardsman Red #9D2F34

Color information

#9D2F34 (or 0x9D2F34) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2F and 34. RGB value is (157,47,52). Sum of RGB (Red+Green+Blue) = 157+47+52=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2F34 is #62D0CB. Grayscale: #505050. Windows color (decimal): -6475980 or 3420061. OLE color: 3420061.

HSL color Cylindrical-coordinate representation of color #9D2F34: hue angle of 357.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F34 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1574752-
CMYK00.700.670.38
HSL357.27º53.92%40%-
HSV(B)357.27º70.06%61.57%-
XYZ15.549.454.25-
YUV80.46111.94182.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.33%
GREEN value IS 47 (18.75% from 255) = 18.36%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=61.33%
G=18.36%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157475200.700.670.38357.2753.9240
Hex9D2F3404643261653628
Octal23557640106103465456650
Binary10011101101111110100010001101000011100110101100101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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