#97292B

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

Shades of Guardsman Red #97292B

Tints of Guardsman Red #97292B

Color information

#97292B (or 0x97292B) is unknown color: approx Guardsman Red. HEX triplet: 97, 29 and 2B. RGB value is (151,41,43). Sum of RGB (Red+Green+Blue) = 151+41+43=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #97292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97292B is #68D6D4. Grayscale: #4A4A4A. Windows color (decimal): -6870741 or 2828695. OLE color: 2828695.

HSL color Cylindrical-coordinate representation of color #97292B: hue angle of 358.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97292B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1514143-
CMYK00.730.720.41
HSL358.91º57.29%37.65%-
HSV(B)358.91º72.85%59.22%-
XYZ13.998.343.16-
YUV74.12110.44182.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=64.26%
G=17.45%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151414300.730.720.41358.9157.2937.65
Hex97292B04948291673926
Octal22751530111110515477146
Binary10010111101001101011010010011001000101001101100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97292B; }

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

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

<style>
 a { background-color: #97292B; }

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

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

<style>
 span { border-color: #97292B; }

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

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