#9D2A2F

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

Shades of Guardsman Red #9D2A2F

Tints of Guardsman Red #9D2A2F

Color information

#9D2A2F (or 0x9D2A2F) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2A and 2F. RGB value is (157,42,47). Sum of RGB (Red+Green+Blue) = 157+42+47=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A2F is #62D5D0. Grayscale: #4D4D4D. Windows color (decimal): -6477265 or 3091101. OLE color: 3091101.

HSL color Cylindrical-coordinate representation of color #9D2A2F: hue angle of 357.39º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A2F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1574247-
CMYK00.730.700.38
HSL357.39º57.79%39.02%-
HSV(B)357.39º73.25%61.57%-
XYZ15.259.033.63-
YUV76.96111.1185.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.82%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=63.82%
G=17.07%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157424700.730.700.38357.3957.7939.02
Hex9D2A2F04946261653a27
Octal23552570111106465457247
Binary10011101101010101111010010011000110100110101100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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