#982C32

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

Shades of Guardsman Red #982C32

Tints of Guardsman Red #982C32

Color information

#982C32 (or 0x982C32) is unknown color: approx Guardsman Red. HEX triplet: 98, 2C and 32. RGB value is (152,44,50). Sum of RGB (Red+Green+Blue) = 152+44+50=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #982C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C32 is #67D3CD. Grayscale: #4D4D4D. Windows color (decimal): -6804430 or 3288216. OLE color: 3288216.

HSL color Cylindrical-coordinate representation of color #982C32: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C32 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1524450-
CMYK00.710.670.40
HSL356.67º55.1%38.43%-
HSV(B)356.67º71.05%59.61%-
XYZ14.438.713.94-
YUV76.98112.78181.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=61.79%
G=17.89%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152445000.710.670.40356.6755.138.43
Hex982C3204743281653726
Octal23054620107103505456746
Binary10011000101100110010010001111000011101000101100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C32; }

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

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

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

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

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

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

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

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