#982C2F

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

Shades of Guardsman Red #982C2F

Tints of Guardsman Red #982C2F

Color information

#982C2F (or 0x982C2F) is unknown color: approx Guardsman Red. HEX triplet: 98, 2C and 2F. RGB value is (152,44,47). Sum of RGB (Red+Green+Blue) = 152+44+47=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2F is #67D3D0. Grayscale: #4C4C4C. Windows color (decimal): -6804433 or 3091608. OLE color: 3091608.

HSL color Cylindrical-coordinate representation of color #982C2F: hue angle of 358.33º 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 #982C2F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1524447-
CMYK00.710.690.40
HSL358.33º55.1%38.43%-
HSV(B)358.33º71.05%59.61%-
XYZ14.368.683.61-
YUV76.63111.28181.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=62.55%
G=18.11%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152444700.710.690.40358.3355.138.43
Hex982C2F04745281663726
Octal23054570107105505466746
Binary10011000101100101111010001111000101101000101100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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