Shades of Fire Brick #AF1E1B
Tints of Fire Brick #AF1E1B
RGB
CMYK
RGB Variations
Color information
#AF1E1B (or 0xAF1E1B) is known color: Fire Brick. HEX triplet: AF, 1E and 1B. RGB value is (175,30,27). Sum of RGB (Red+Green+Blue) = 175+30+27=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E1B is #50E1E4. Grayscale: #494949. Windows color (decimal): -5300709 or 1777327. OLE color: 1777327.
HSL color Cylindrical-coordinate representation of color #AF1E1B: hue angle of 1.22º 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 #AF1E1B is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 27 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.31 |
| HSL | 1.22º | 0.73% | 0.4% | - |
| HSV(B) | 1.22º | 0.85% | 0.69% | - |
| XYZ | 18.34 | 10.12 | 2.02 | - |
| YUV | 73.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 27 | 0 | 0.83 | 0.85 | 0.31 | 1.22 | 0.73 | 0.4 |
| Hex | AF | 1E | 1B | 0 | 53 | 55 | 1F | 1 | 49 | 28 |
| Octal | 257 | 36 | 33 | 0 | 123 | 125 | 37 | 1 | 111 | 50 |
| Binary | 10101111 | 11110 | 11011 | 0 | 1010011 | 1010101 | 11111 | 1 | 1001001 | 101000 |
Color Harmonies of #AF1E1B
Complementary color
Monochromatic Colors of #AF1E1B
Black with #AF1E1B
Text Example
Text Example
White with #AF1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E1B; }
p { color: rgb(175,30,27); }
H1.HeaderClassName
{
color: #AF1E1B;
}
.AnyTagClassName
{
color: #AF1E1B;
}
</style>
background-color css
<style>
a { background-color: #AF1E1B; }
a { background-color: rgb(175,30,27); }
div.DivClassName
{
background-color: #AF1E1B;
}
.BgClassName
{
background-color: #AF1E1B;
}
</style>
border-color css
<style>
span { border-color: #AF1E1B; }
span { border-color: rgb(175,30,27); }
td.TdClassName
{
border-color: #AF1E1B;
}
.TagClassName
{
border-color: #AF1E1B;
}
</style>