Shades of Guardsman Red #952A2B
Tints of Guardsman Red #952A2B
RGB
CMYK
RGB Variations
Color information
#952A2B (or 0x952A2B) is known color: Guardsman Red. HEX triplet: 95, 2A and 2B. RGB value is (149,42,43). Sum of RGB (Red+Green+Blue) = 149+42+43=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2B is #6AD5D4. Grayscale: #4A4A4A. Windows color (decimal): -7001557 or 2828949. OLE color: 2828949.
HSL color Cylindrical-coordinate representation of color #952A2B: hue angle of 359.44º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A2B is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 43 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.42 |
| HSL | 359.44º | 0.56% | 0.37% | - |
| HSV(B) | 359.44º | 0.72% | 0.58% | - |
| XYZ | 13.66 | 8.22 | 3.15 | - |
| YUV | 74.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 43 | 0 | 0.72 | 0.71 | 0.42 | 359.44 | 0.56 | 0.37 |
| Hex | 95 | 2A | 2B | 0 | 48 | 47 | 2A | 167 | 38 | 25 |
| Octal | 225 | 52 | 53 | 0 | 110 | 107 | 52 | 547 | 70 | 45 |
| Binary | 10010101 | 101010 | 101011 | 0 | 1001000 | 1000111 | 101010 | 101100111 | 111000 | 100101 |
Color Harmonies of #952A2B
Complementary color
Monochromatic Colors of #952A2B
Black with #952A2B
Text Example
Text Example
White with #952A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A2B; }
p { color: rgb(149,42,43); }
H1.HeaderClassName
{
color: #952A2B;
}
.AnyTagClassName
{
color: #952A2B;
}
</style>
background-color css
<style>
a { background-color: #952A2B; }
a { background-color: rgb(149,42,43); }
div.DivClassName
{
background-color: #952A2B;
}
.BgClassName
{
background-color: #952A2B;
}
</style>
border-color css
<style>
span { border-color: #952A2B; }
span { border-color: rgb(149,42,43); }
td.TdClassName
{
border-color: #952A2B;
}
.TagClassName
{
border-color: #952A2B;
}
</style>