#983036

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

Shades of Guardsman Red #983036

Tints of Guardsman Red #983036

Color information

#983036 (or 0x983036) is unknown color: approx Guardsman Red. HEX triplet: 98, 30 and 36. RGB value is (152,48,54). Sum of RGB (Red+Green+Blue) = 152+48+54=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #983036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983036 is #67CFC9. Grayscale: #4F4F4F. Windows color (decimal): -6803402 or 3551384. OLE color: 3551384.

HSL color Cylindrical-coordinate representation of color #983036: hue angle of 356.54º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983036 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1524854-
CMYK00.680.640.40
HSL356.54º52%39.22%-
HSV(B)356.54º68.42%59.61%-
XYZ14.679.064.46-
YUV79.78113.46179.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=59.84%
G=18.90%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152485400.680.640.40356.545239.22
Hex98303604440281653427
Octal23060660104100505456447
Binary10011000110000110110010001001000000101000101100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983036; }

 p { color: rgb(152,48,54); }

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

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

 a { background-color: rgb(152,48,54); }

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

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

 span { border-color: rgb(152,48,54); }

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