#9D2C38

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

Shades of Guardsman Red #9D2C38

Tints of Guardsman Red #9D2C38

Color information

#9D2C38 (or 0x9D2C38) is unknown color: approx Guardsman Red. HEX triplet: 9D, 2C and 38. RGB value is (157,44,56). Sum of RGB (Red+Green+Blue) = 157+44+56=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C38 is #62D3C7. Grayscale: #4F4F4F. Windows color (decimal): -6476744 or 3681437. OLE color: 3681437.

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

Color convert

RGB1574456-
CMYK00.720.640.38
HSL353.63º56.22%39.41%-
HSV(B)353.63º71.97%61.57%-
XYZ15.529.254.71-
YUV79.16114.94183.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=61.09%
G=17.12%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157445600.720.640.38353.6356.2239.41
Hex9D2C3804840261623827
Octal23554700110100465427047
Binary10011101101100111000010010001000000100110101100010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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