#9A343B

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

Shades of Guardsman Red #9A343B

Tints of Guardsman Red #9A343B

Color information

#9A343B (or 0x9A343B) is unknown color: approx Guardsman Red. HEX triplet: 9A, 34 and 3B. RGB value is (154,52,59). Sum of RGB (Red+Green+Blue) = 154+52+59=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A343B is #65CBC4. Grayscale: #535353. Windows color (decimal): -6671301 or 3880090. OLE color: 3880090.

HSL color Cylindrical-coordinate representation of color #9A343B: hue angle of 355.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A343B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1545259-
CMYK00.660.620.40
HSL355.88º49.51%40.39%-
HSV(B)355.88º66.23%60.39%-
XYZ15.349.645.19-
YUV83.3114.29178.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=58.11%
G=19.62%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154525900.660.620.40355.8849.5140.39
Hex9A343B0423E281643228
Octal2326473010276505446250
Binary1001101011010011101101000010111110101000101100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,52,59); }

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

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

 a { background-color: rgb(154,52,59); }

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

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

 span { border-color: rgb(154,52,59); }

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