#9F252D

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

Shades of Guardsman Red #9F252D

Tints of Guardsman Red #9F252D

Color information

#9F252D (or 0x9F252D) is unknown color: approx Guardsman Red. HEX triplet: 9F, 25 and 2D. RGB value is (159,37,45). Sum of RGB (Red+Green+Blue) = 159+37+45=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252D is #60DAD2. Grayscale: #4A4A4A. Windows color (decimal): -6347475 or 2958751. OLE color: 2958751.

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

Color convert

RGB1593745-
CMYK00.770.720.38
HSL356.07º62.24%38.43%-
HSV(B)356.07º76.73%62.35%-
XYZ15.438.883.38-
YUV74.39111.42188.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.98%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=65.98%
G=15.35%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159374500.770.720.38356.0762.2438.43
Hex9F252D04D48261643e26
Octal23745550115110465447646
Binary10011111100101101101010011011001000100110101100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,45); }

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

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

 a { background-color: rgb(159,37,45); }

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

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

 span { border-color: rgb(159,37,45); }

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