Shades of Guardsman Red #AF262B
Tints of Guardsman Red #AF262B
RGB
CMYK
RGB Variations
Color information
#AF262B (or 0xAF262B) is known color: Guardsman Red. HEX triplet: AF, 26 and 2B. RGB value is (175,38,43). Sum of RGB (Red+Green+Blue) = 175+38+43=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF262B is #50D9D4. Grayscale: #4F4F4F. Windows color (decimal): -5298645 or 2827951. OLE color: 2827951.
HSL color Cylindrical-coordinate representation of color #AF262B: hue angle of 357.81º 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 #AF262B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 43 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.31 |
| HSL | 357.81º | 0.64% | 0.42% | - |
| HSV(B) | 357.81º | 0.78% | 0.69% | - |
| XYZ | 18.81 | 10.67 | 3.35 | - |
| YUV | 79.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 43 | 0 | 0.78 | 0.75 | 0.31 | 357.81 | 0.64 | 0.42 |
| Hex | AF | 26 | 2B | 0 | 4E | 4B | 1F | 166 | 40 | 2A |
| Octal | 257 | 46 | 53 | 0 | 116 | 113 | 37 | 546 | 100 | 52 |
| Binary | 10101111 | 100110 | 101011 | 0 | 1001110 | 1001011 | 11111 | 101100110 | 1000000 | 101010 |
Color Harmonies of #AF262B
Complementary color
Monochromatic Colors of #AF262B
Black with #AF262B
Text Example
Text Example
White with #AF262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF262B; }
p { color: rgb(175,38,43); }
H1.HeaderClassName
{
color: #AF262B;
}
.AnyTagClassName
{
color: #AF262B;
}
</style>
background-color css
<style>
a { background-color: #AF262B; }
a { background-color: rgb(175,38,43); }
div.DivClassName
{
background-color: #AF262B;
}
.BgClassName
{
background-color: #AF262B;
}
</style>
border-color css
<style>
span { border-color: #AF262B; }
span { border-color: rgb(175,38,43); }
td.TdClassName
{
border-color: #AF262B;
}
.TagClassName
{
border-color: #AF262B;
}
</style>