#9F383A

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

Shades of Guardsman Red #9F383A

Tints of Guardsman Red #9F383A

Color information

#9F383A (or 0x9F383A) is unknown color: approx Guardsman Red. HEX triplet: 9F, 38 and 3A. RGB value is (159,56,58). Sum of RGB (Red+Green+Blue) = 159+56+58=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383A is #60C7C5. Grayscale: #575757. Windows color (decimal): -6342598 or 3815583. OLE color: 3815583.

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

Color convert

RGB1595658-
CMYK00.650.640.38
HSL358.83º47.91%42.16%-
HSV(B)358.83º64.78%62.35%-
XYZ16.4810.55.16-
YUV87.02111.62179.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.24%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=58.24%
G=20.51%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159565800.650.640.38358.8347.9142.16
Hex9F383A0414026167302a
Octal23770720101100465476052
Binary10011111111000111010010000011000000100110101100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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