Shades of Guardsman Red #AF272A
Tints of Guardsman Red #AF272A
RGB
CMYK
RGB Variations
Color information
#AF272A (or 0xAF272A) is known color: Guardsman Red. HEX triplet: AF, 27 and 2A. RGB value is (175,39,42). Sum of RGB (Red+Green+Blue) = 175+39+42=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272A is #50D8D5. Grayscale: #505050. Windows color (decimal): -5298390 or 2762671. OLE color: 2762671.
HSL color Cylindrical-coordinate representation of color #AF272A: hue angle of 358.68º 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 #AF272A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 42 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.31 |
| HSL | 358.68º | 0.64% | 0.42% | - |
| HSV(B) | 358.68º | 0.78% | 0.69% | - |
| XYZ | 18.82 | 10.73 | 3.27 | - |
| YUV | 80.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 42 | 0 | 0.78 | 0.76 | 0.31 | 358.68 | 0.64 | 0.42 |
| Hex | AF | 27 | 2A | 0 | 4E | 4C | 1F | 167 | 40 | 2A |
| Octal | 257 | 47 | 52 | 0 | 116 | 114 | 37 | 547 | 100 | 52 |
| Binary | 10101111 | 100111 | 101010 | 0 | 1001110 | 1001100 | 11111 | 101100111 | 1000000 | 101010 |
Color Harmonies of #AF272A
Complementary color
Monochromatic Colors of #AF272A
Black with #AF272A
Text Example
Text Example
White with #AF272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF272A; }
p { color: rgb(175,39,42); }
H1.HeaderClassName
{
color: #AF272A;
}
.AnyTagClassName
{
color: #AF272A;
}
</style>
background-color css
<style>
a { background-color: #AF272A; }
a { background-color: rgb(175,39,42); }
div.DivClassName
{
background-color: #AF272A;
}
.BgClassName
{
background-color: #AF272A;
}
</style>
border-color css
<style>
span { border-color: #AF272A; }
span { border-color: rgb(175,39,42); }
td.TdClassName
{
border-color: #AF272A;
}
.TagClassName
{
border-color: #AF272A;
}
</style>