#983436

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

Shades of Guardsman Red #983436

Tints of Guardsman Red #983436

Color information

#983436 (or 0x983436) is unknown color: approx Guardsman Red. HEX triplet: 98, 34 and 36. RGB value is (152,52,54). Sum of RGB (Red+Green+Blue) = 152+52+54=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983436 is #67CBC9. Grayscale: #525252. Windows color (decimal): -6802378 or 3552408. OLE color: 3552408.

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

Color convert

RGB1525254-
CMYK00.660.640.40
HSL358.8º49.02%40%-
HSV(B)358.8º65.79%59.61%-
XYZ14.849.44.52-
YUV82.13112.13177.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=58.91%
G=20.16%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152525400.660.640.40358.849.0240
Hex98343604240281673128
Octal23064660102100505476150
Binary10011000110100110110010000101000000101000101100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983436; }

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

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

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

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

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

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

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

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