Shades of Fire Brick #AF2A1C
Tints of Fire Brick #AF2A1C
RGB
CMYK
RGB Variations
Color information
#AF2A1C (or 0xAF2A1C) is known color: Fire Brick. HEX triplet: AF, 2A and 1C. RGB value is (175,42,28). Sum of RGB (Red+Green+Blue) = 175+42+28=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A1C is #50D5E3. Grayscale: #505050. Windows color (decimal): -5297636 or 1845935. OLE color: 1845935.
HSL color Cylindrical-coordinate representation of color #AF2A1C: hue angle of 5.71º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF2A1C is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 28 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.31 |
| HSL | 5.71º | 0.72% | 0.4% | - |
| HSV(B) | 5.71º | 0.84% | 0.69% | - |
| XYZ | 18.72 | 10.85 | 2.21 | - |
| YUV | 80.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 28 | 0 | 0.76 | 0.84 | 0.31 | 5.71 | 0.72 | 0.4 |
| Hex | AF | 2A | 1C | 0 | 4C | 54 | 1F | 6 | 48 | 28 |
| Octal | 257 | 52 | 34 | 0 | 114 | 124 | 37 | 6 | 110 | 50 |
| Binary | 10101111 | 101010 | 11100 | 0 | 1001100 | 1010100 | 11111 | 110 | 1001000 | 101000 |
Color Harmonies of #AF2A1C
Complementary color
Monochromatic Colors of #AF2A1C
Black with #AF2A1C
Text Example
Text Example
White with #AF2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A1C; }
p { color: rgb(175,42,28); }
H1.HeaderClassName
{
color: #AF2A1C;
}
.AnyTagClassName
{
color: #AF2A1C;
}
</style>
background-color css
<style>
a { background-color: #AF2A1C; }
a { background-color: rgb(175,42,28); }
div.DivClassName
{
background-color: #AF2A1C;
}
.BgClassName
{
background-color: #AF2A1C;
}
</style>
border-color css
<style>
span { border-color: #AF2A1C; }
span { border-color: rgb(175,42,28); }
td.TdClassName
{
border-color: #AF2A1C;
}
.TagClassName
{
border-color: #AF2A1C;
}
</style>