#9F262A

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

Shades of Guardsman Red #9F262A

Tints of Guardsman Red #9F262A

Color information

#9F262A (or 0x9F262A) is unknown color: approx Guardsman Red. HEX triplet: 9F, 26 and 2A. RGB value is (159,38,42). Sum of RGB (Red+Green+Blue) = 159+38+42=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262A is #60D9D5. Grayscale: #4A4A4A. Windows color (decimal): -6347222 or 2762399. OLE color: 2762399.

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

Color convert

RGB1593842-
CMYK00.760.740.38
HSL358.02º61.42%38.63%-
HSV(B)358.02º76.1%62.35%-
XYZ15.418.923.1-
YUV74.63109.59188.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 66.53%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=66.53%
G=15.90%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159384200.760.740.38358.0261.4238.63
Hex9F262A04C4A261663d27
Octal23746520114112465467547
Binary10011111100110101010010011001001010100110101100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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