Shades of Fire Brick #AF271E
Tints of Fire Brick #AF271E
RGB
CMYK
RGB Variations
Color information
#AF271E (or 0xAF271E) is known color: Fire Brick. HEX triplet: AF, 27 and 1E. RGB value is (175,39,30). Sum of RGB (Red+Green+Blue) = 175+39+30=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF271E is #50D8E1. Grayscale: #4E4E4E. Windows color (decimal): -5298402 or 1976239. OLE color: 1976239.
HSL color Cylindrical-coordinate representation of color #AF271E: hue angle of 3.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF271E is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 30 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.31 |
| HSL | 3.72º | 0.71% | 0.4% | - |
| HSV(B) | 3.72º | 0.83% | 0.69% | - |
| XYZ | 18.64 | 10.66 | 2.3 | - |
| YUV | 78.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 30 | 0 | 0.78 | 0.83 | 0.31 | 3.72 | 0.71 | 0.4 |
| Hex | AF | 27 | 1E | 0 | 4E | 53 | 1F | 4 | 47 | 28 |
| Octal | 257 | 47 | 36 | 0 | 116 | 123 | 37 | 4 | 107 | 50 |
| Binary | 10101111 | 100111 | 11110 | 0 | 1001110 | 1010011 | 11111 | 100 | 1000111 | 101000 |
Color Harmonies of #AF271E
Complementary color
Monochromatic Colors of #AF271E
Black with #AF271E
Text Example
Text Example
White with #AF271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF271E; }
p { color: rgb(175,39,30); }
H1.HeaderClassName
{
color: #AF271E;
}
.AnyTagClassName
{
color: #AF271E;
}
</style>
background-color css
<style>
a { background-color: #AF271E; }
a { background-color: rgb(175,39,30); }
div.DivClassName
{
background-color: #AF271E;
}
.BgClassName
{
background-color: #AF271E;
}
</style>
border-color css
<style>
span { border-color: #AF271E; }
span { border-color: rgb(175,39,30); }
td.TdClassName
{
border-color: #AF271E;
}
.TagClassName
{
border-color: #AF271E;
}
</style>