Shades of Free Speech Red #AF0B0A
Tints of Free Speech Red #AF0B0A
RGB
CMYK
RGB Variations
Color information
#AF0B0A (or 0xAF0B0A) is known color: Free Speech Red. HEX triplet: AF, 0B and 0A. RGB value is (175,11,10). Sum of RGB (Red+Green+Blue) = 175+11+10=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0B0A is #50F4F5. Grayscale: #3C3C3C. Windows color (decimal): -5305590 or 658351. OLE color: 658351.
HSL color Cylindrical-coordinate representation of color #AF0B0A: hue angle of 0.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B0A is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 10 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.31 |
| HSL | 0.36º | 0.89% | 0.36% | - |
| HSV(B) | 0.36º | 0.94% | 0.69% | - |
| XYZ | 17.85 | 9.38 | 1.16 | - |
| YUV | 59.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 10 | 0 | 0.94 | 0.94 | 0.31 | 0.36 | 0.89 | 0.36 |
| Hex | AF | B | A | 0 | 5E | 5E | 1F | 0 | 59 | 24 |
| Octal | 257 | 13 | 12 | 0 | 136 | 136 | 37 | 0 | 131 | 44 |
| Binary | 10101111 | 1011 | 1010 | 0 | 1011110 | 1011110 | 11111 | 0 | 1011001 | 100100 |
Color Harmonies of #AF0B0A
Complementary color
Monochromatic Colors of #AF0B0A
Black with #AF0B0A
Text Example
Text Example
White with #AF0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B0A; }
p { color: rgb(175,11,10); }
H1.HeaderClassName
{
color: #AF0B0A;
}
.AnyTagClassName
{
color: #AF0B0A;
}
</style>
background-color css
<style>
a { background-color: #AF0B0A; }
a { background-color: rgb(175,11,10); }
div.DivClassName
{
background-color: #AF0B0A;
}
.BgClassName
{
background-color: #AF0B0A;
}
</style>
border-color css
<style>
span { border-color: #AF0B0A; }
span { border-color: rgb(175,11,10); }
td.TdClassName
{
border-color: #AF0B0A;
}
.TagClassName
{
border-color: #AF0B0A;
}
</style>