#9A292C

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

Shades of Guardsman Red #9A292C

Tints of Guardsman Red #9A292C

Color information

#9A292C (or 0x9A292C) is unknown color: approx Guardsman Red. HEX triplet: 9A, 29 and 2C. RGB value is (154,41,44). Sum of RGB (Red+Green+Blue) = 154+41+44=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A292C is #65D6D3. Grayscale: #4B4B4B. Windows color (decimal): -6674132 or 2894234. OLE color: 2894234.

HSL color Cylindrical-coordinate representation of color #9A292C: hue angle of 358.41º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A292C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1544144-
CMYK00.730.710.40
HSL358.41º57.95%38.24%-
HSV(B)358.41º73.38%60.39%-
XYZ14.578.643.28-
YUV75.13110.44184.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.44%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=64.44%
G=17.15%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154414400.730.710.40358.4157.9538.24
Hex9A292C04947281663a26
Octal23251540111107505467246
Binary10011010101001101100010010011000111101000101100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,44); }

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

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

 a { background-color: rgb(154,41,44); }

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

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

 span { border-color: rgb(154,41,44); }

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