Shades of Guardsman Red #982B2D
Tints of Guardsman Red #982B2D
RGB
CMYK
RGB Variations
Color information
#982B2D (or 0x982B2D) is known color: Guardsman Red. HEX triplet: 98, 2B and 2D. RGB value is (152,43,45). Sum of RGB (Red+Green+Blue) = 152+43+45=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #982B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B2D is #67D4D2. Grayscale: #4B4B4B. Windows color (decimal): -6804691 or 2960280. OLE color: 2960280.
HSL color Cylindrical-coordinate representation of color #982B2D: hue angle of 358.9º 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 #982B2D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 45 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.40 |
| HSL | 358.9º | 0.56% | 0.38% | - |
| HSV(B) | 358.9º | 0.72% | 0.6% | - |
| XYZ | 14.29 | 8.59 | 3.39 | - |
| YUV | 75.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 45 | 0 | 0.72 | 0.70 | 0.40 | 358.9 | 0.56 | 0.38 |
| Hex | 98 | 2B | 2D | 0 | 48 | 46 | 28 | 167 | 38 | 26 |
| Octal | 230 | 53 | 55 | 0 | 110 | 106 | 50 | 547 | 70 | 46 |
| Binary | 10011000 | 101011 | 101101 | 0 | 1001000 | 1000110 | 101000 | 101100111 | 111000 | 100110 |
Color Harmonies of #982B2D
Complementary color
Monochromatic Colors of #982B2D
Black with #982B2D
Text Example
Text Example
White with #982B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B2D; }
p { color: rgb(152,43,45); }
H1.HeaderClassName
{
color: #982B2D;
}
.AnyTagClassName
{
color: #982B2D;
}
</style>
background-color css
<style>
a { background-color: #982B2D; }
a { background-color: rgb(152,43,45); }
div.DivClassName
{
background-color: #982B2D;
}
.BgClassName
{
background-color: #982B2D;
}
</style>
border-color css
<style>
span { border-color: #982B2D; }
span { border-color: rgb(152,43,45); }
td.TdClassName
{
border-color: #982B2D;
}
.TagClassName
{
border-color: #982B2D;
}
</style>