Shades of Fire Brick #AF251A
Tints of Fire Brick #AF251A
RGB
CMYK
RGB Variations
Color information
#AF251A (or 0xAF251A) is known color: Fire Brick. HEX triplet: AF, 25 and 1A. RGB value is (175,37,26). Sum of RGB (Red+Green+Blue) = 175+37+26=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF251A is #50DAE5. Grayscale: #4D4D4D. Windows color (decimal): -5298918 or 1713583. OLE color: 1713583.
HSL color Cylindrical-coordinate representation of color #AF251A: hue angle of 4.43º 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 #AF251A is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 26 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.31 |
| HSL | 4.43º | 0.74% | 0.39% | - |
| HSV(B) | 4.43º | 0.85% | 0.69% | - |
| XYZ | 18.53 | 10.51 | 2.03 | - |
| YUV | 77.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 26 | 0 | 0.79 | 0.85 | 0.31 | 4.43 | 0.74 | 0.39 |
| Hex | AF | 25 | 1A | 0 | 4F | 55 | 1F | 4 | 4A | 27 |
| Octal | 257 | 45 | 32 | 0 | 117 | 125 | 37 | 4 | 112 | 47 |
| Binary | 10101111 | 100101 | 11010 | 0 | 1001111 | 1010101 | 11111 | 100 | 1001010 | 100111 |
Color Harmonies of #AF251A
Complementary color
Monochromatic Colors of #AF251A
Black with #AF251A
Text Example
Text Example
White with #AF251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF251A; }
p { color: rgb(175,37,26); }
H1.HeaderClassName
{
color: #AF251A;
}
.AnyTagClassName
{
color: #AF251A;
}
</style>
background-color css
<style>
a { background-color: #AF251A; }
a { background-color: rgb(175,37,26); }
div.DivClassName
{
background-color: #AF251A;
}
.BgClassName
{
background-color: #AF251A;
}
</style>
border-color css
<style>
span { border-color: #AF251A; }
span { border-color: rgb(175,37,26); }
td.TdClassName
{
border-color: #AF251A;
}
.TagClassName
{
border-color: #AF251A;
}
</style>