Shades of Brick Red #AF343B
Tints of Brick Red #AF343B
RGB
CMYK
RGB Variations
Color information
#AF343B (or 0xAF343B) is known color: Brick Red. HEX triplet: AF, 34 and 3B. RGB value is (175,52,59). Sum of RGB (Red+Green+Blue) = 175+52+59=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF343B is #50CBC4. Grayscale: #595959. Windows color (decimal): -5295045 or 3880111. OLE color: 3880111.
HSL color Cylindrical-coordinate representation of color #AF343B: hue angle of 356.59º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF343B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 59 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.31 |
| HSL | 356.59º | 0.54% | 0.45% | - |
| HSV(B) | 356.59º | 0.7% | 0.69% | - |
| XYZ | 19.7 | 11.89 | 5.39 | - |
| YUV | 89.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 59 | 0 | 0.70 | 0.66 | 0.31 | 356.59 | 0.54 | 0.45 |
| Hex | AF | 34 | 3B | 0 | 46 | 42 | 1F | 165 | 36 | 2D |
| Octal | 257 | 64 | 73 | 0 | 106 | 102 | 37 | 545 | 66 | 55 |
| Binary | 10101111 | 110100 | 111011 | 0 | 1000110 | 1000010 | 11111 | 101100101 | 110110 | 101101 |
Color Harmonies of #AF343B
Complementary color
Monochromatic Colors of #AF343B
Black with #AF343B
Text Example
Text Example
White with #AF343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF343B; }
p { color: rgb(175,52,59); }
H1.HeaderClassName
{
color: #AF343B;
}
.AnyTagClassName
{
color: #AF343B;
}
</style>
background-color css
<style>
a { background-color: #AF343B; }
a { background-color: rgb(175,52,59); }
div.DivClassName
{
background-color: #AF343B;
}
.BgClassName
{
background-color: #AF343B;
}
</style>
border-color css
<style>
span { border-color: #AF343B; }
span { border-color: rgb(175,52,59); }
td.TdClassName
{
border-color: #AF343B;
}
.TagClassName
{
border-color: #AF343B;
}
</style>