Shades of Guardsman Red #AF2C2D
Tints of Guardsman Red #AF2C2D
RGB
CMYK
RGB Variations
Color information
#AF2C2D (or 0xAF2C2D) is known color: Guardsman Red. HEX triplet: AF, 2C and 2D. RGB value is (175,44,45). Sum of RGB (Red+Green+Blue) = 175+44+45=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C2D is #50D3D2. Grayscale: #535353. Windows color (decimal): -5297107 or 2960559. OLE color: 2960559.
HSL color Cylindrical-coordinate representation of color #AF2C2D: hue angle of 359.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C2D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 45 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.31 |
| HSL | 359.54º | 0.6% | 0.43% | - |
| HSV(B) | 359.54º | 0.75% | 0.69% | - |
| XYZ | 19.05 | 11.1 | 3.62 | - |
| YUV | 83.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 45 | 0 | 0.75 | 0.74 | 0.31 | 359.54 | 0.6 | 0.43 |
| Hex | AF | 2C | 2D | 0 | 4B | 4A | 1F | 168 | 3C | 2B |
| Octal | 257 | 54 | 55 | 0 | 113 | 112 | 37 | 550 | 74 | 53 |
| Binary | 10101111 | 101100 | 101101 | 0 | 1001011 | 1001010 | 11111 | 101101000 | 111100 | 101011 |
Color Harmonies of #AF2C2D
Complementary color
Monochromatic Colors of #AF2C2D
Black with #AF2C2D
Text Example
Text Example
White with #AF2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C2D; }
p { color: rgb(175,44,45); }
H1.HeaderClassName
{
color: #AF2C2D;
}
.AnyTagClassName
{
color: #AF2C2D;
}
</style>
background-color css
<style>
a { background-color: #AF2C2D; }
a { background-color: rgb(175,44,45); }
div.DivClassName
{
background-color: #AF2C2D;
}
.BgClassName
{
background-color: #AF2C2D;
}
</style>
border-color css
<style>
span { border-color: #AF2C2D; }
span { border-color: rgb(175,44,45); }
td.TdClassName
{
border-color: #AF2C2D;
}
.TagClassName
{
border-color: #AF2C2D;
}
</style>