#983236

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

Shades of Guardsman Red #983236

Tints of Guardsman Red #983236

Color information

#983236 (or 0x983236) is unknown color: approx Guardsman Red. HEX triplet: 98, 32 and 36. RGB value is (152,50,54). Sum of RGB (Red+Green+Blue) = 152+50+54=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983236 is #67CDC9. Grayscale: #515151. Windows color (decimal): -6802890 or 3551896. OLE color: 3551896.

HSL color Cylindrical-coordinate representation of color #983236: hue angle of 357.65º 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 #983236 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1525054-
CMYK00.670.640.40
HSL357.65º50.5%39.61%-
HSV(B)357.65º67.11%59.61%-
XYZ14.769.224.49-
YUV80.95112.79178.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=59.38%
G=19.53%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152505400.670.640.40357.6550.539.61
Hex98323604340281663228
Octal23062660103100505466250
Binary10011000110010110110010000111000000101000101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983236; }

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

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

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

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

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

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

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

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