#9F262D

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

Shades of Guardsman Red #9F262D

Tints of Guardsman Red #9F262D

Color information

#9F262D (or 0x9F262D) is unknown color: approx Guardsman Red. HEX triplet: 9F, 26 and 2D. RGB value is (159,38,45). Sum of RGB (Red+Green+Blue) = 159+38+45=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262D is #60D9D2. Grayscale: #4B4B4B. Windows color (decimal): -6347219 or 2959007. OLE color: 2959007.

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

Color convert

RGB1593845-
CMYK00.760.720.38
HSL356.53º61.42%38.63%-
HSV(B)356.53º76.1%62.35%-
XYZ15.468.953.39-
YUV74.98111.09187.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.70%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=65.70%
G=15.70%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159384500.760.720.38356.5361.4238.63
Hex9F262D04C48261653d27
Octal23746550114110465457547
Binary10011111100110101101010011001001000100110101100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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