Shades of Fire Brick #AF2C1A
Tints of Fire Brick #AF2C1A
RGB
CMYK
RGB Variations
Color information
#AF2C1A (or 0xAF2C1A) is known color: Fire Brick. HEX triplet: AF, 2C and 1A. RGB value is (175,44,26). Sum of RGB (Red+Green+Blue) = 175+44+26=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C1A is #50D3E5. Grayscale: #515151. Windows color (decimal): -5297126 or 1715375. OLE color: 1715375.
HSL color Cylindrical-coordinate representation of color #AF2C1A: hue angle of 7.25º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF2C1A is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 26 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.31 |
| HSL | 7.25º | 0.74% | 0.39% | - |
| HSV(B) | 7.25º | 0.85% | 0.69% | - |
| XYZ | 18.77 | 10.99 | 2.11 | - |
| YUV | 81.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 26 | 0 | 0.75 | 0.85 | 0.31 | 7.25 | 0.74 | 0.39 |
| Hex | AF | 2C | 1A | 0 | 4B | 55 | 1F | 7 | 4A | 27 |
| Octal | 257 | 54 | 32 | 0 | 113 | 125 | 37 | 7 | 112 | 47 |
| Binary | 10101111 | 101100 | 11010 | 0 | 1001011 | 1010101 | 11111 | 111 | 1001010 | 100111 |
Color Harmonies of #AF2C1A
Complementary color
Monochromatic Colors of #AF2C1A
Black with #AF2C1A
Text Example
Text Example
White with #AF2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C1A; }
p { color: rgb(175,44,26); }
H1.HeaderClassName
{
color: #AF2C1A;
}
.AnyTagClassName
{
color: #AF2C1A;
}
</style>
background-color css
<style>
a { background-color: #AF2C1A; }
a { background-color: rgb(175,44,26); }
div.DivClassName
{
background-color: #AF2C1A;
}
.BgClassName
{
background-color: #AF2C1A;
}
</style>
border-color css
<style>
span { border-color: #AF2C1A; }
span { border-color: rgb(175,44,26); }
td.TdClassName
{
border-color: #AF2C1A;
}
.TagClassName
{
border-color: #AF2C1A;
}
</style>