#982D30

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

Shades of Guardsman Red #982D30

Tints of Guardsman Red #982D30

Color information

#982D30 (or 0x982D30) is unknown color: approx Guardsman Red. HEX triplet: 98, 2D and 30. RGB value is (152,45,48). Sum of RGB (Red+Green+Blue) = 152+45+48=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #982D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D30 is #67D2CF. Grayscale: #4D4D4D. Windows color (decimal): -6804176 or 3157400. OLE color: 3157400.

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

Color convert

RGB1524548-
CMYK00.700.680.40
HSL358.32º54.31%38.63%-
HSV(B)358.32º70.39%59.61%-
XYZ14.428.773.73-
YUV77.33111.45181.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=62.04%
G=18.37%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152454800.700.680.40358.3254.3138.63
Hex982D3004644281663627
Octal23055600106104505466647
Binary10011000101101110000010001101000100101000101100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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