Shades of Fire Brick #AF331B
Tints of Fire Brick #AF331B
RGB
CMYK
RGB Variations
Color information
#AF331B (or 0xAF331B) is known color: Fire Brick. HEX triplet: AF, 33 and 1B. RGB value is (175,51,27). Sum of RGB (Red+Green+Blue) = 175+51+27=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF331B is #50CCE4. Grayscale: #555555. Windows color (decimal): -5295333 or 1782703. OLE color: 1782703.
HSL color Cylindrical-coordinate representation of color #AF331B: hue angle of 9.73º 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 #AF331B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 27 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.31 |
| HSL | 9.73º | 0.73% | 0.4% | - |
| HSV(B) | 9.73º | 0.85% | 0.69% | - |
| XYZ | 19.06 | 11.56 | 2.26 | - |
| YUV | 85.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 27 | 0 | 0.71 | 0.85 | 0.31 | 9.73 | 0.73 | 0.4 |
| Hex | AF | 33 | 1B | 0 | 47 | 55 | 1F | A | 49 | 28 |
| Octal | 257 | 63 | 33 | 0 | 107 | 125 | 37 | 12 | 111 | 50 |
| Binary | 10101111 | 110011 | 11011 | 0 | 1000111 | 1010101 | 11111 | 1010 | 1001001 | 101000 |
Color Harmonies of #AF331B
Complementary color
Monochromatic Colors of #AF331B
Black with #AF331B
Text Example
Text Example
White with #AF331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF331B; }
p { color: rgb(175,51,27); }
H1.HeaderClassName
{
color: #AF331B;
}
.AnyTagClassName
{
color: #AF331B;
}
</style>
background-color css
<style>
a { background-color: #AF331B; }
a { background-color: rgb(175,51,27); }
div.DivClassName
{
background-color: #AF331B;
}
.BgClassName
{
background-color: #AF331B;
}
</style>
border-color css
<style>
span { border-color: #AF331B; }
span { border-color: rgb(175,51,27); }
td.TdClassName
{
border-color: #AF331B;
}
.TagClassName
{
border-color: #AF331B;
}
</style>