Shades of Brick Red #AF353E
Tints of Brick Red #AF353E
RGB
CMYK
RGB Variations
Color information
#AF353E (or 0xAF353E) is known color: Brick Red. HEX triplet: AF, 35 and 3E. RGB value is (175,53,62). Sum of RGB (Red+Green+Blue) = 175+53+62=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF353E is #50CAC1. Grayscale: #5A5A5A. Windows color (decimal): -5294786 or 4076975. OLE color: 4076975.
HSL color Cylindrical-coordinate representation of color #AF353E: hue angle of 355.57º 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 #AF353E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 62 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.31 |
| HSL | 355.57º | 0.54% | 0.45% | - |
| HSV(B) | 355.57º | 0.7% | 0.69% | - |
| XYZ | 19.82 | 12.01 | 5.83 | - |
| YUV | 90.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 62 | 0 | 0.70 | 0.65 | 0.31 | 355.57 | 0.54 | 0.45 |
| Hex | AF | 35 | 3E | 0 | 46 | 41 | 1F | 164 | 36 | 2D |
| Octal | 257 | 65 | 76 | 0 | 106 | 101 | 37 | 544 | 66 | 55 |
| Binary | 10101111 | 110101 | 111110 | 0 | 1000110 | 1000001 | 11111 | 101100100 | 110110 | 101101 |
Color Harmonies of #AF353E
Complementary color
Monochromatic Colors of #AF353E
Black with #AF353E
Text Example
Text Example
White with #AF353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF353E; }
p { color: rgb(175,53,62); }
H1.HeaderClassName
{
color: #AF353E;
}
.AnyTagClassName
{
color: #AF353E;
}
</style>
background-color css
<style>
a { background-color: #AF353E; }
a { background-color: rgb(175,53,62); }
div.DivClassName
{
background-color: #AF353E;
}
.BgClassName
{
background-color: #AF353E;
}
</style>
border-color css
<style>
span { border-color: #AF353E; }
span { border-color: rgb(175,53,62); }
td.TdClassName
{
border-color: #AF353E;
}
.TagClassName
{
border-color: #AF353E;
}
</style>