#9F2F30

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

Shades of Guardsman Red #9F2F30

Tints of Guardsman Red #9F2F30

Color information

#9F2F30 (or 0x9F2F30) is unknown color: approx Guardsman Red. HEX triplet: 9F, 2F and 30. RGB value is (159,47,48). Sum of RGB (Red+Green+Blue) = 159+47+48=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F30 is #60D0CF. Grayscale: #505050. Windows color (decimal): -6344912 or 3157919. OLE color: 3157919.

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

Color convert

RGB1594748-
CMYK00.700.700.38
HSL359.46º54.37%40.39%-
HSV(B)359.46º70.44%62.35%-
XYZ15.859.623.82-
YUV80.6109.61183.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.60%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=62.60%
G=18.50%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159474800.700.700.38359.4654.3740.39
Hex9F2F3004646261673628
Octal23757600106106465476650
Binary10011111101111110000010001101000110100110101100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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