#9F2E2F

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

Shades of Guardsman Red #9F2E2F

Tints of Guardsman Red #9F2E2F

Color information

#9F2E2F (or 0x9F2E2F) is unknown color: approx Guardsman Red. HEX triplet: 9F, 2E and 2F. RGB value is (159,46,47). Sum of RGB (Red+Green+Blue) = 159+46+47=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E2F is #60D1D0. Grayscale: #505050. Windows color (decimal): -6345169 or 3092127. OLE color: 3092127.

HSL color Cylindrical-coordinate representation of color #9F2E2F: hue angle of 359.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E2F is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1594647-
CMYK00.710.700.38
HSL359.47º55.12%40.2%-
HSV(B)359.47º71.07%62.35%-
XYZ15.799.533.7-
YUV79.9109.44184.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.10%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=63.10%
G=18.25%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159464700.710.700.38359.4755.1240.2
Hex9F2E2F04746261673728
Octal23756570107106465476750
Binary10011111101110101111010001111000110100110101100111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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