Shades of Fire Brick #AF2C23
Tints of Fire Brick #AF2C23
RGB
CMYK
RGB Variations
Color information
#AF2C23 (or 0xAF2C23) is known color: Fire Brick. HEX triplet: AF, 2C and 23. RGB value is (175,44,35). Sum of RGB (Red+Green+Blue) = 175+44+35=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C23 is #50D3DC. Grayscale: #525252. Windows color (decimal): -5297117 or 2305199. OLE color: 2305199.
HSL color Cylindrical-coordinate representation of color #AF2C23: hue angle of 3.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2C23 is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 35 | - |
| CMYK | 0 | 0.75 | 0.8 | 0.31 |
| HSL | 3.86º | 0.67% | 0.41% | - |
| HSV(B) | 3.86º | 0.8% | 0.69% | - |
| XYZ | 18.88 | 11.04 | 2.73 | - |
| YUV | 82.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 35 | 0 | 0.75 | 0.8 | 0.31 | 3.86 | 0.67 | 0.41 |
| Hex | AF | 2C | 23 | 0 | 4B | 50 | 1F | 4 | 43 | 29 |
| Octal | 257 | 54 | 43 | 0 | 113 | 120 | 37 | 4 | 103 | 51 |
| Binary | 10101111 | 101100 | 100011 | 0 | 1001011 | 1010000 | 11111 | 100 | 1000011 | 101001 |
Color Harmonies of #AF2C23
Complementary color
Monochromatic Colors of #AF2C23
Black with #AF2C23
Text Example
Text Example
White with #AF2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C23; }
p { color: rgb(175,44,35); }
H1.HeaderClassName
{
color: #AF2C23;
}
.AnyTagClassName
{
color: #AF2C23;
}
</style>
background-color css
<style>
a { background-color: #AF2C23; }
a { background-color: rgb(175,44,35); }
div.DivClassName
{
background-color: #AF2C23;
}
.BgClassName
{
background-color: #AF2C23;
}
</style>
border-color css
<style>
span { border-color: #AF2C23; }
span { border-color: rgb(175,44,35); }
td.TdClassName
{
border-color: #AF2C23;
}
.TagClassName
{
border-color: #AF2C23;
}
</style>