#9A292B

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

Shades of Guardsman Red #9A292B

Tints of Guardsman Red #9A292B

Color information

#9A292B (or 0x9A292B) is unknown color: approx Guardsman Red. HEX triplet: 9A, 29 and 2B. RGB value is (154,41,43). Sum of RGB (Red+Green+Blue) = 154+41+43=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A292B is #65D6D4. Grayscale: #4B4B4B. Windows color (decimal): -6674133 or 2828698. OLE color: 2828698.

HSL color Cylindrical-coordinate representation of color #9A292B: hue angle of 358.94º 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 #9A292B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1544143-
CMYK00.730.720.40
HSL358.94º57.95%38.24%-
HSV(B)358.94º73.38%60.39%-
XYZ14.568.633.18-
YUV75.02109.94184.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.71%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=64.71%
G=17.23%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154414300.730.720.40358.9457.9538.24
Hex9A292B04948281673a26
Octal23251530111110505477246
Binary10011010101001101011010010011001000101000101100111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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