Shades of Guardsman Red #AF272D
Tints of Guardsman Red #AF272D
RGB
CMYK
RGB Variations
Color information
#AF272D (or 0xAF272D) is known color: Guardsman Red. HEX triplet: AF, 27 and 2D. RGB value is (175,39,45). Sum of RGB (Red+Green+Blue) = 175+39+45=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF272D is #50D8D2. Grayscale: #505050. Windows color (decimal): -5298387 or 2959279. OLE color: 2959279.
HSL color Cylindrical-coordinate representation of color #AF272D: hue angle of 357.35º 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 #AF272D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 45 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.31 |
| HSL | 357.35º | 0.64% | 0.42% | - |
| HSV(B) | 357.35º | 0.78% | 0.69% | - |
| XYZ | 18.88 | 10.75 | 3.56 | - |
| YUV | 80.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 45 | 0 | 0.78 | 0.74 | 0.31 | 357.35 | 0.64 | 0.42 |
| Hex | AF | 27 | 2D | 0 | 4E | 4A | 1F | 165 | 40 | 2A |
| Octal | 257 | 47 | 55 | 0 | 116 | 112 | 37 | 545 | 100 | 52 |
| Binary | 10101111 | 100111 | 101101 | 0 | 1001110 | 1001010 | 11111 | 101100101 | 1000000 | 101010 |
Color Harmonies of #AF272D
Complementary color
Monochromatic Colors of #AF272D
Black with #AF272D
Text Example
Text Example
White with #AF272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF272D; }
p { color: rgb(175,39,45); }
H1.HeaderClassName
{
color: #AF272D;
}
.AnyTagClassName
{
color: #AF272D;
}
</style>
background-color css
<style>
a { background-color: #AF272D; }
a { background-color: rgb(175,39,45); }
div.DivClassName
{
background-color: #AF272D;
}
.BgClassName
{
background-color: #AF272D;
}
</style>
border-color css
<style>
span { border-color: #AF272D; }
span { border-color: rgb(175,39,45); }
td.TdClassName
{
border-color: #AF272D;
}
.TagClassName
{
border-color: #AF272D;
}
</style>