Shades of Fire Brick #AF2B1A
Tints of Fire Brick #AF2B1A
RGB
CMYK
RGB Variations
Color information
#AF2B1A (or 0xAF2B1A) is known color: Fire Brick. HEX triplet: AF, 2B and 1A. RGB value is (175,43,26). Sum of RGB (Red+Green+Blue) = 175+43+26=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B1A is #50D4E5. Grayscale: #505050. Windows color (decimal): -5297382 or 1715119. OLE color: 1715119.
HSL color Cylindrical-coordinate representation of color #AF2B1A: hue angle of 6.85º 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 #AF2B1A is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 26 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.31 |
| HSL | 6.85º | 0.74% | 0.39% | - |
| HSV(B) | 6.85º | 0.85% | 0.69% | - |
| XYZ | 18.73 | 10.92 | 2.1 | - |
| YUV | 80.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 26 | 0 | 0.75 | 0.85 | 0.31 | 6.85 | 0.74 | 0.39 |
| Hex | AF | 2B | 1A | 0 | 4B | 55 | 1F | 7 | 4A | 27 |
| Octal | 257 | 53 | 32 | 0 | 113 | 125 | 37 | 7 | 112 | 47 |
| Binary | 10101111 | 101011 | 11010 | 0 | 1001011 | 1010101 | 11111 | 111 | 1001010 | 100111 |
Color Harmonies of #AF2B1A
Complementary color
Monochromatic Colors of #AF2B1A
Black with #AF2B1A
Text Example
Text Example
White with #AF2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B1A; }
p { color: rgb(175,43,26); }
H1.HeaderClassName
{
color: #AF2B1A;
}
.AnyTagClassName
{
color: #AF2B1A;
}
</style>
background-color css
<style>
a { background-color: #AF2B1A; }
a { background-color: rgb(175,43,26); }
div.DivClassName
{
background-color: #AF2B1A;
}
.BgClassName
{
background-color: #AF2B1A;
}
</style>
border-color css
<style>
span { border-color: #AF2B1A; }
span { border-color: rgb(175,43,26); }
td.TdClassName
{
border-color: #AF2B1A;
}
.TagClassName
{
border-color: #AF2B1A;
}
</style>