#9D2426

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

Shades of Guardsman Red #9D2426

Tints of Guardsman Red #9D2426

Color information

#9D2426 (or 0x9D2426) is unknown color: approx Guardsman Red. HEX triplet: 9D, 24 and 26. RGB value is (157,36,38). Sum of RGB (Red+Green+Blue) = 157+36+38=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2426 is #62DBD9. Grayscale: #484848. Windows color (decimal): -6478810 or 2499741. OLE color: 2499741.

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

Color convert

RGB1573638-
CMYK00.770.760.38
HSL359.01º62.69%37.84%-
HSV(B)359.01º77.07%61.57%-
XYZ14.898.572.7-
YUV72.41108.59188.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.97%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=67.97%
G=15.58%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157363800.770.760.38359.0162.6937.84
Hex9D242604D4C261673f26
Octal23544460115114465477746
Binary10011101100100100110010011011001100100110101100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,36,38); }

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

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

 a { background-color: rgb(157,36,38); }

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

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

 span { border-color: rgb(157,36,38); }

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