#98323B

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

Shades of Guardsman Red #98323B

Tints of Guardsman Red #98323B

Color information

#98323B (or 0x98323B) is unknown color: approx Guardsman Red. HEX triplet: 98, 32 and 3B. RGB value is (152,50,59). Sum of RGB (Red+Green+Blue) = 152+50+59=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323B is #67CDC4. Grayscale: #515151. Windows color (decimal): -6802885 or 3879576. OLE color: 3879576.

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

Color convert

RGB1525059-
CMYK00.670.610.40
HSL354.71º50.5%39.61%-
HSV(B)354.71º67.11%59.61%-
XYZ14.889.275.14-
YUV81.52115.29178.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=58.24%
G=19.16%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152505900.670.610.40354.7150.539.61
Hex98323B0433D281633228
Octal2306273010375505436250
Binary1001100011001011101101000011111101101000101100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,50,59); }

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

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

 a { background-color: rgb(152,50,59); }

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

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

 span { border-color: rgb(152,50,59); }

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