Shades of Fire Brick #AF231B
Tints of Fire Brick #AF231B
RGB
CMYK
RGB Variations
Color information
#AF231B (or 0xAF231B) is known color: Fire Brick. HEX triplet: AF, 23 and 1B. RGB value is (175,35,27). Sum of RGB (Red+Green+Blue) = 175+35+27=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF231B is #50DCE4. Grayscale: #4C4C4C. Windows color (decimal): -5299429 or 1778607. OLE color: 1778607.
HSL color Cylindrical-coordinate representation of color #AF231B: hue angle of 3.24º 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 #AF231B is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 27 | - |
| CMYK | 0 | 0.8 | 0.85 | 0.31 |
| HSL | 3.24º | 0.73% | 0.4% | - |
| HSV(B) | 3.24º | 0.85% | 0.69% | - |
| XYZ | 18.48 | 10.4 | 2.07 | - |
| YUV | 75.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 27 | 0 | 0.8 | 0.85 | 0.31 | 3.24 | 0.73 | 0.4 |
| Hex | AF | 23 | 1B | 0 | 50 | 55 | 1F | 3 | 49 | 28 |
| Octal | 257 | 43 | 33 | 0 | 120 | 125 | 37 | 3 | 111 | 50 |
| Binary | 10101111 | 100011 | 11011 | 0 | 1010000 | 1010101 | 11111 | 11 | 1001001 | 101000 |
Color Harmonies of #AF231B
Complementary color
Monochromatic Colors of #AF231B
Black with #AF231B
Text Example
Text Example
White with #AF231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF231B; }
p { color: rgb(175,35,27); }
H1.HeaderClassName
{
color: #AF231B;
}
.AnyTagClassName
{
color: #AF231B;
}
</style>
background-color css
<style>
a { background-color: #AF231B; }
a { background-color: rgb(175,35,27); }
div.DivClassName
{
background-color: #AF231B;
}
.BgClassName
{
background-color: #AF231B;
}
</style>
border-color css
<style>
span { border-color: #AF231B; }
span { border-color: rgb(175,35,27); }
td.TdClassName
{
border-color: #AF231B;
}
.TagClassName
{
border-color: #AF231B;
}
</style>