#9F2629

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

Shades of Guardsman Red #9F2629

Tints of Guardsman Red #9F2629

Color information

#9F2629 (or 0x9F2629) is unknown color: approx Guardsman Red. HEX triplet: 9F, 26 and 29. RGB value is (159,38,41). Sum of RGB (Red+Green+Blue) = 159+38+41=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2629 is #60D9D6. Grayscale: #4A4A4A. Windows color (decimal): -6347223 or 2696863. OLE color: 2696863.

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

Color convert

RGB1593841-
CMYK00.760.740.38
HSL358.51º61.42%38.63%-
HSV(B)358.51º76.1%62.35%-
XYZ15.398.923.01-
YUV74.52109.09188.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 66.81%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=66.81%
G=15.97%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159384100.760.740.38358.5161.4238.63
Hex9F262904C4A261673d27
Octal23746510114112465477547
Binary10011111100110101001010011001001010100110101100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,41); }

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

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

 a { background-color: rgb(159,38,41); }

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

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

 span { border-color: rgb(159,38,41); }

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