Shades of Brick Red #AF343C
Tints of Brick Red #AF343C
RGB
CMYK
RGB Variations
Color information
#AF343C (or 0xAF343C) is known color: Brick Red. HEX triplet: AF, 34 and 3C. RGB value is (175,52,60). Sum of RGB (Red+Green+Blue) = 175+52+60=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF343C is #50CBC3. Grayscale: #595959. Windows color (decimal): -5295044 or 3945647. OLE color: 3945647.
HSL color Cylindrical-coordinate representation of color #AF343C: hue angle of 356.1º 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 #AF343C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 60 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.31 |
| HSL | 356.1º | 0.54% | 0.45% | - |
| HSV(B) | 356.1º | 0.7% | 0.69% | - |
| XYZ | 19.72 | 11.9 | 5.53 | - |
| YUV | 89.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 60 | 0 | 0.70 | 0.66 | 0.31 | 356.1 | 0.54 | 0.45 |
| Hex | AF | 34 | 3C | 0 | 46 | 42 | 1F | 164 | 36 | 2D |
| Octal | 257 | 64 | 74 | 0 | 106 | 102 | 37 | 544 | 66 | 55 |
| Binary | 10101111 | 110100 | 111100 | 0 | 1000110 | 1000010 | 11111 | 101100100 | 110110 | 101101 |
Color Harmonies of #AF343C
Complementary color
Monochromatic Colors of #AF343C
Black with #AF343C
Text Example
Text Example
White with #AF343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF343C; }
p { color: rgb(175,52,60); }
H1.HeaderClassName
{
color: #AF343C;
}
.AnyTagClassName
{
color: #AF343C;
}
</style>
background-color css
<style>
a { background-color: #AF343C; }
a { background-color: rgb(175,52,60); }
div.DivClassName
{
background-color: #AF343C;
}
.BgClassName
{
background-color: #AF343C;
}
</style>
border-color css
<style>
span { border-color: #AF343C; }
span { border-color: rgb(175,52,60); }
td.TdClassName
{
border-color: #AF343C;
}
.TagClassName
{
border-color: #AF343C;
}
</style>