#9D2325

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

Shades of Guardsman Red #9D2325

Tints of Guardsman Red #9D2325

Color information

#9D2325 (or 0x9D2325) is unknown color: approx Guardsman Red. HEX triplet: 9D, 23 and 25. RGB value is (157,35,37). Sum of RGB (Red+Green+Blue) = 157+35+37=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2325 is #62DCDA. Grayscale: #474747. Windows color (decimal): -6479067 or 2433949. OLE color: 2433949.

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

Color convert

RGB1573537-
CMYK00.780.760.38
HSL359.02º63.54%37.65%-
HSV(B)359.02º77.71%61.57%-
XYZ14.848.52.61-
YUV71.71108.42188.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.56%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=68.56%
G=15.28%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157353700.780.760.38359.0263.5437.65
Hex9D232504E4C261674026
Octal235434501161144654710046
Binary100111011000111001010100111010011001001101011001111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,37); }

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

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

 a { background-color: rgb(157,35,37); }

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

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

 span { border-color: rgb(157,35,37); }

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