Shades of Fire Brick #AF321D
Tints of Fire Brick #AF321D
RGB
CMYK
RGB Variations
Color information
#AF321D (or 0xAF321D) is known color: Fire Brick. HEX triplet: AF, 32 and 1D. RGB value is (175,50,29). Sum of RGB (Red+Green+Blue) = 175+50+29=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF321D is #50CDE2. Grayscale: #555555. Windows color (decimal): -5295587 or 1913519. OLE color: 1913519.
HSL color Cylindrical-coordinate representation of color #AF321D: hue angle of 8.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF321D is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 29 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.31 |
| HSL | 8.63º | 0.72% | 0.4% | - |
| HSV(B) | 8.63º | 0.83% | 0.69% | - |
| XYZ | 19.04 | 11.48 | 2.38 | - |
| YUV | 84.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 29 | 0 | 0.71 | 0.83 | 0.31 | 8.63 | 0.72 | 0.4 |
| Hex | AF | 32 | 1D | 0 | 47 | 53 | 1F | 9 | 48 | 28 |
| Octal | 257 | 62 | 35 | 0 | 107 | 123 | 37 | 11 | 110 | 50 |
| Binary | 10101111 | 110010 | 11101 | 0 | 1000111 | 1010011 | 11111 | 1001 | 1001000 | 101000 |
Color Harmonies of #AF321D
Complementary color
Monochromatic Colors of #AF321D
Black with #AF321D
Text Example
Text Example
White with #AF321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF321D; }
p { color: rgb(175,50,29); }
H1.HeaderClassName
{
color: #AF321D;
}
.AnyTagClassName
{
color: #AF321D;
}
</style>
background-color css
<style>
a { background-color: #AF321D; }
a { background-color: rgb(175,50,29); }
div.DivClassName
{
background-color: #AF321D;
}
.BgClassName
{
background-color: #AF321D;
}
</style>
border-color css
<style>
span { border-color: #AF321D; }
span { border-color: rgb(175,50,29); }
td.TdClassName
{
border-color: #AF321D;
}
.TagClassName
{
border-color: #AF321D;
}
</style>