#9F2628

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

Shades of Guardsman Red #9F2628

Tints of Guardsman Red #9F2628

Color information

#9F2628 (or 0x9F2628) is unknown color: approx Guardsman Red. HEX triplet: 9F, 26 and 28. RGB value is (159,38,40). Sum of RGB (Red+Green+Blue) = 159+38+40=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2628 is #60D9D7. Grayscale: #4A4A4A. Windows color (decimal): -6347224 or 2631327. OLE color: 2631327.

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

Color convert

RGB1593840-
CMYK00.760.750.38
HSL359.01º61.42%38.63%-
HSV(B)359.01º76.1%62.35%-
XYZ15.378.912.92-
YUV74.41108.59188.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.09%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=67.09%
G=16.03%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159384000.760.750.38359.0161.4238.63
Hex9F262804C4B261673d27
Octal23746500114113465477547
Binary10011111100110101000010011001001011100110101100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,40); }

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

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

 a { background-color: rgb(159,38,40); }

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

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

 span { border-color: rgb(159,38,40); }

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