#9F262F

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

Shades of Guardsman Red #9F262F

Tints of Guardsman Red #9F262F

Color information

#9F262F (or 0x9F262F) is unknown color: approx Guardsman Red. HEX triplet: 9F, 26 and 2F. RGB value is (159,38,47). Sum of RGB (Red+Green+Blue) = 159+38+47=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262F is #60D9D0. Grayscale: #4B4B4B. Windows color (decimal): -6347217 or 3090079. OLE color: 3090079.

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

Color convert

RGB1593847-
CMYK00.760.700.38
HSL355.54º61.42%38.63%-
HSV(B)355.54º76.1%62.35%-
XYZ15.58.963.6-
YUV75.2112.09187.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.16%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=65.16%
G=15.57%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159384700.760.700.38355.5461.4238.63
Hex9F262F04C46261643d27
Octal23746570114106465447547
Binary10011111100110101111010011001000110100110101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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