Shades of Fire Brick #AF1A0D
Tints of Fire Brick #AF1A0D
RGB
CMYK
RGB Variations
Color information
#AF1A0D (or 0xAF1A0D) is known color: Fire Brick. HEX triplet: AF, 1A and 0D. RGB value is (175,26,13). Sum of RGB (Red+Green+Blue) = 175+26+13=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A0D is #50E5F2. Grayscale: #454545. Windows color (decimal): -5301747 or 858799. OLE color: 858799.
HSL color Cylindrical-coordinate representation of color #AF1A0D: hue angle of 4.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF1A0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 13 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.31 |
| HSL | 4.81º | 0.86% | 0.37% | - |
| HSV(B) | 4.81º | 0.93% | 0.69% | - |
| XYZ | 18.12 | 9.88 | 1.33 | - |
| YUV | 69.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 13 | 0 | 0.85 | 0.93 | 0.31 | 4.81 | 0.86 | 0.37 |
| Hex | AF | 1A | D | 0 | 55 | 5D | 1F | 5 | 56 | 25 |
| Octal | 257 | 32 | 15 | 0 | 125 | 135 | 37 | 5 | 126 | 45 |
| Binary | 10101111 | 11010 | 1101 | 0 | 1010101 | 1011101 | 11111 | 101 | 1010110 | 100101 |
Color Harmonies of #AF1A0D
Complementary color
Monochromatic Colors of #AF1A0D
Black with #AF1A0D
Text Example
Text Example
White with #AF1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A0D; }
p { color: rgb(175,26,13); }
H1.HeaderClassName
{
color: #AF1A0D;
}
.AnyTagClassName
{
color: #AF1A0D;
}
</style>
background-color css
<style>
a { background-color: #AF1A0D; }
a { background-color: rgb(175,26,13); }
div.DivClassName
{
background-color: #AF1A0D;
}
.BgClassName
{
background-color: #AF1A0D;
}
</style>
border-color css
<style>
span { border-color: #AF1A0D; }
span { border-color: rgb(175,26,13); }
td.TdClassName
{
border-color: #AF1A0D;
}
.TagClassName
{
border-color: #AF1A0D;
}
</style>