Shades of Fire Brick #AF200D
Tints of Fire Brick #AF200D
RGB
CMYK
RGB Variations
Color information
#AF200D (or 0xAF200D) is known color: Fire Brick. HEX triplet: AF, 20 and 0D. RGB value is (175,32,13). Sum of RGB (Red+Green+Blue) = 175+32+13=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF200D is #50DFF2. Grayscale: #484848. Windows color (decimal): -5300211 or 860335. OLE color: 860335.
HSL color Cylindrical-coordinate representation of color #AF200D: hue angle of 7.04º 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 #AF200D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.31 |
| HSL | 7.04º | 0.86% | 0.37% | - |
| HSV(B) | 7.04º | 0.93% | 0.69% | - |
| XYZ | 18.27 | 10.18 | 1.38 | - |
| YUV | 72.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 13 | 0 | 0.82 | 0.93 | 0.31 | 7.04 | 0.86 | 0.37 |
| Hex | AF | 20 | D | 0 | 52 | 5D | 1F | 7 | 56 | 25 |
| Octal | 257 | 40 | 15 | 0 | 122 | 135 | 37 | 7 | 126 | 45 |
| Binary | 10101111 | 100000 | 1101 | 0 | 1010010 | 1011101 | 11111 | 111 | 1010110 | 100101 |
Color Harmonies of #AF200D
Complementary color
Monochromatic Colors of #AF200D
Black with #AF200D
Text Example
Text Example
White with #AF200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF200D; }
p { color: rgb(175,32,13); }
H1.HeaderClassName
{
color: #AF200D;
}
.AnyTagClassName
{
color: #AF200D;
}
</style>
background-color css
<style>
a { background-color: #AF200D; }
a { background-color: rgb(175,32,13); }
div.DivClassName
{
background-color: #AF200D;
}
.BgClassName
{
background-color: #AF200D;
}
</style>
border-color css
<style>
span { border-color: #AF200D; }
span { border-color: rgb(175,32,13); }
td.TdClassName
{
border-color: #AF200D;
}
.TagClassName
{
border-color: #AF200D;
}
</style>