#9f323a

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

Shades of Guardsman Red #9F323A

Tints of Guardsman Red #9F323A

Color information

#9F323A (or 0x9F323A) is unknown color: approx Guardsman Red. HEX triplet: 9F, 32 and 3A. RGB value is (159,50,58). Sum of RGB (Red+Green+Blue) = 159+50+58=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F323A is #60CDC5. Grayscale: #535353. Windows color (decimal): -6344134 or 3814047. OLE color: 3814047.

HSL color Cylindrical-coordinate representation of color #9F323A: hue angle of 355.6º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F323A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB1595058-
CMYK00.690.640.38
HSL355.6º52.15%40.98%-
HSV(B)355.6º68.55%62.35%-
XYZ16.29.965.07-
YUV83.5113.61181.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.55%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=59.55%
G=18.73%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159505800.690.640.38355.652.1540.98
Hex9F323A04540261643429
Octal23762720105100465446451
Binary10011111110010111010010001011000000100110101100100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f323a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,50,58); }

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

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

 a { background-color: rgb(159,50,58); }

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

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

 span { border-color: rgb(159,50,58); }

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