Shades of Guardsman Red #932A2B
Tints of Guardsman Red #932A2B
RGB
CMYK
RGB Variations
Color information
#932A2B (or 0x932A2B) is known color: Guardsman Red. HEX triplet: 93, 2A and 2B. RGB value is (147,42,43). Sum of RGB (Red+Green+Blue) = 147+42+43=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #932A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A2B is #6CD5D4. Grayscale: #494949. Windows color (decimal): -7132629 or 2828947. OLE color: 2828947.
HSL color Cylindrical-coordinate representation of color #932A2B: hue angle of 359.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932A2B is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
RGB | 147 | 42 | 43 | - |
CMYK | 0 | 0.71 | 0.71 | 0.42 |
HSL | 359.43º | 0.56% | 0.37% | - |
HSV(B) | 359.43º | 0.71% | 0.58% | - |
XYZ | 13.3 | 8.03 | 3.14 | - |
YUV | 73.51 | 110.79 | 180.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 42 | 43 | 0 | 0.71 | 0.71 | 0.42 | 359.43 | 0.56 | 0.37 |
Hex | 93 | 2A | 2B | 0 | 47 | 47 | 2A | 167 | 38 | 25 |
Octal | 223 | 52 | 53 | 0 | 107 | 107 | 52 | 547 | 70 | 45 |
Binary | 10010011 | 101010 | 101011 | 0 | 1000111 | 1000111 | 101010 | 101100111 | 111000 | 100101 |
Color Harmonies of #932A2B
Complementary color
Monochromatic Colors of #932A2B
Black with #932A2B
Text Example
Text Example
White with #932A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932A2B; }
p { color: rgb(147,42,43); }
H1.HeaderClassName
{
color: #932A2B;
}
.AnyTagClassName
{
color: #932A2B;
}
</style>
background-color css
<style>
a { background-color: #932A2B; }
a { background-color: rgb(147,42,43); }
div.DivClassName
{
background-color: #932A2B;
}
.BgClassName
{
background-color: #932A2B;
}
</style>
border-color css
<style>
span { border-color: #932A2B; }
span { border-color: rgb(147,42,43); }
td.TdClassName
{
border-color: #932A2B;
}
.TagClassName
{
border-color: #932A2B;
}
</style>