#98292E

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

Shades of Guardsman Red #98292E

Tints of Guardsman Red #98292E

Color information

#98292E (or 0x98292E) is unknown color: approx Guardsman Red. HEX triplet: 98, 29 and 2E. RGB value is (152,41,46). Sum of RGB (Red+Green+Blue) = 152+41+46=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #98292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98292E is #67D6D1. Grayscale: #4A4A4A. Windows color (decimal): -6805202 or 3025304. OLE color: 3025304.

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

Color convert

RGB1524146-
CMYK00.730.700.40
HSL357.3º57.51%37.84%-
HSV(B)357.3º73.03%59.61%-
XYZ14.238.463.47-
YUV74.76111.77183.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.60%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=63.60%
G=17.15%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152414600.730.700.40357.357.5137.84
Hex98292E04946281653a26
Octal23051560111106505457246
Binary10011000101001101110010010011000110101000101100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98292E; }

 p { color: rgb(152,41,46); }

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

<style>
 a { background-color: #98292E; }

 a { background-color: rgb(152,41,46); }

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

<style>
 span { border-color: #98292E; }

 span { border-color: rgb(152,41,46); }

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