Shades of Brick Red #AF2F3A
Tints of Brick Red #AF2F3A
RGB
CMYK
RGB Variations
Color information
#AF2F3A (or 0xAF2F3A) is known color: Brick Red. HEX triplet: AF, 2F and 3A. RGB value is (175,47,58). Sum of RGB (Red+Green+Blue) = 175+47+58=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F3A is #50D0C5. Grayscale: #565656. Windows color (decimal): -5296326 or 3813295. OLE color: 3813295.
HSL color Cylindrical-coordinate representation of color #AF2F3A: hue angle of 354.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F3A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 58 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.31 |
| HSL | 354.84º | 0.58% | 0.44% | - |
| HSV(B) | 354.84º | 0.73% | 0.69% | - |
| XYZ | 19.46 | 11.45 | 5.19 | - |
| YUV | 86.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 58 | 0 | 0.73 | 0.67 | 0.31 | 354.84 | 0.58 | 0.44 |
| Hex | AF | 2F | 3A | 0 | 49 | 43 | 1F | 163 | 3A | 2C |
| Octal | 257 | 57 | 72 | 0 | 111 | 103 | 37 | 543 | 72 | 54 |
| Binary | 10101111 | 101111 | 111010 | 0 | 1001001 | 1000011 | 11111 | 101100011 | 111010 | 101100 |
Color Harmonies of #AF2F3A
Complementary color
Monochromatic Colors of #AF2F3A
Black with #AF2F3A
Text Example
Text Example
White with #AF2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F3A; }
p { color: rgb(175,47,58); }
H1.HeaderClassName
{
color: #AF2F3A;
}
.AnyTagClassName
{
color: #AF2F3A;
}
</style>
background-color css
<style>
a { background-color: #AF2F3A; }
a { background-color: rgb(175,47,58); }
div.DivClassName
{
background-color: #AF2F3A;
}
.BgClassName
{
background-color: #AF2F3A;
}
</style>
border-color css
<style>
span { border-color: #AF2F3A; }
span { border-color: rgb(175,47,58); }
td.TdClassName
{
border-color: #AF2F3A;
}
.TagClassName
{
border-color: #AF2F3A;
}
</style>