#982B30

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

Shades of Guardsman Red #982B30

Tints of Guardsman Red #982B30

Color information

#982B30 (or 0x982B30) is unknown color: approx Guardsman Red. HEX triplet: 98, 2B and 30. RGB value is (152,43,48). Sum of RGB (Red+Green+Blue) = 152+43+48=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #982B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B30 is #67D4CF. Grayscale: #4C4C4C. Windows color (decimal): -6804688 or 3156888. OLE color: 3156888.

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

Color convert

RGB1524348-
CMYK00.720.680.40
HSL357.25º55.9%38.24%-
HSV(B)357.25º71.71%59.61%-
XYZ14.358.623.7-
YUV76.16112.11182.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=62.55%
G=17.70%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152434800.720.680.40357.2555.938.24
Hex982B3004844281653826
Octal23053600110104505457046
Binary10011000101011110000010010001000100101000101100101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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