Shades of Guardsman Red #AF272B
Tints of Guardsman Red #AF272B
RGB
CMYK
RGB Variations
Color information
#AF272B (or 0xAF272B) is known color: Guardsman Red. HEX triplet: AF, 27 and 2B. RGB value is (175,39,43). Sum of RGB (Red+Green+Blue) = 175+39+43=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272B is #50D8D4. Grayscale: #505050. Windows color (decimal): -5298389 or 2828207. OLE color: 2828207.
HSL color Cylindrical-coordinate representation of color #AF272B: hue angle of 358.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF272B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 43 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.31 |
| HSL | 358.24º | 0.64% | 0.42% | - |
| HSV(B) | 358.24º | 0.78% | 0.69% | - |
| XYZ | 18.84 | 10.74 | 3.37 | - |
| YUV | 80.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 43 | 0 | 0.78 | 0.75 | 0.31 | 358.24 | 0.64 | 0.42 |
| Hex | AF | 27 | 2B | 0 | 4E | 4B | 1F | 166 | 40 | 2A |
| Octal | 257 | 47 | 53 | 0 | 116 | 113 | 37 | 546 | 100 | 52 |
| Binary | 10101111 | 100111 | 101011 | 0 | 1001110 | 1001011 | 11111 | 101100110 | 1000000 | 101010 |
Color Harmonies of #AF272B
Complementary color
Monochromatic Colors of #AF272B
Black with #AF272B
Text Example
Text Example
White with #AF272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF272B; }
p { color: rgb(175,39,43); }
H1.HeaderClassName
{
color: #AF272B;
}
.AnyTagClassName
{
color: #AF272B;
}
</style>
background-color css
<style>
a { background-color: #AF272B; }
a { background-color: rgb(175,39,43); }
div.DivClassName
{
background-color: #AF272B;
}
.BgClassName
{
background-color: #AF272B;
}
</style>
border-color css
<style>
span { border-color: #AF272B; }
span { border-color: rgb(175,39,43); }
td.TdClassName
{
border-color: #AF272B;
}
.TagClassName
{
border-color: #AF272B;
}
</style>