Shades of Fire Brick #AF301B
Tints of Fire Brick #AF301B
RGB
CMYK
RGB Variations
Color information
#AF301B (or 0xAF301B) is known color: Fire Brick. HEX triplet: AF, 30 and 1B. RGB value is (175,48,27). Sum of RGB (Red+Green+Blue) = 175+48+27=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301B is #50CFE4. Grayscale: #535353. Windows color (decimal): -5296101 or 1781935. OLE color: 1781935.
HSL color Cylindrical-coordinate representation of color #AF301B: hue angle of 8.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF301B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 27 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.31 |
| HSL | 8.51º | 0.73% | 0.4% | - |
| HSV(B) | 8.51º | 0.85% | 0.69% | - |
| XYZ | 18.93 | 11.31 | 2.22 | - |
| YUV | 83.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 27 | 0 | 0.73 | 0.85 | 0.31 | 8.51 | 0.73 | 0.4 |
| Hex | AF | 30 | 1B | 0 | 49 | 55 | 1F | 9 | 49 | 28 |
| Octal | 257 | 60 | 33 | 0 | 111 | 125 | 37 | 11 | 111 | 50 |
| Binary | 10101111 | 110000 | 11011 | 0 | 1001001 | 1010101 | 11111 | 1001 | 1001001 | 101000 |
Color Harmonies of #AF301B
Complementary color
Monochromatic Colors of #AF301B
Black with #AF301B
Text Example
Text Example
White with #AF301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF301B; }
p { color: rgb(175,48,27); }
H1.HeaderClassName
{
color: #AF301B;
}
.AnyTagClassName
{
color: #AF301B;
}
</style>
background-color css
<style>
a { background-color: #AF301B; }
a { background-color: rgb(175,48,27); }
div.DivClassName
{
background-color: #AF301B;
}
.BgClassName
{
background-color: #AF301B;
}
</style>
border-color css
<style>
span { border-color: #AF301B; }
span { border-color: rgb(175,48,27); }
td.TdClassName
{
border-color: #AF301B;
}
.TagClassName
{
border-color: #AF301B;
}
</style>