#9D2A2D

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

Shades of Guardsman Red #9D2A2D

Tints of Guardsman Red #9D2A2D

Color information

#9D2A2D (or 0x9D2A2D) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2A and 2D. RGB value is (157,42,45). Sum of RGB (Red+Green+Blue) = 157+42+45=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A2D is #62D5D2. Grayscale: #4C4C4C. Windows color (decimal): -6477267 or 2960029. OLE color: 2960029.

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

Color convert

RGB1574245-
CMYK00.730.710.38
HSL358.43º57.79%39.02%-
HSV(B)358.43º73.25%61.57%-
XYZ15.219.013.42-
YUV76.73110.1185.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=64.34%
G=17.21%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157424500.730.710.38358.4357.7939.02
Hex9D2A2D04947261663a27
Octal23552550111107465467247
Binary10011101101010101101010010011000111100110101100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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