Shades of Brick Red #AF313B
Tints of Brick Red #AF313B
RGB
CMYK
RGB Variations
Color information
#AF313B (or 0xAF313B) is known color: Brick Red. HEX triplet: AF, 31 and 3B. RGB value is (175,49,59). Sum of RGB (Red+Green+Blue) = 175+49+59=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF313B is #50CEC4. Grayscale: #575757. Windows color (decimal): -5295813 or 3879343. OLE color: 3879343.
HSL color Cylindrical-coordinate representation of color #AF313B: hue angle of 355.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF313B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 59 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.31 |
| HSL | 355.24º | 0.56% | 0.44% | - |
| HSV(B) | 355.24º | 0.72% | 0.69% | - |
| XYZ | 19.57 | 11.63 | 5.35 | - |
| YUV | 87.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 59 | 0 | 0.72 | 0.66 | 0.31 | 355.24 | 0.56 | 0.44 |
| Hex | AF | 31 | 3B | 0 | 48 | 42 | 1F | 163 | 38 | 2C |
| Octal | 257 | 61 | 73 | 0 | 110 | 102 | 37 | 543 | 70 | 54 |
| Binary | 10101111 | 110001 | 111011 | 0 | 1001000 | 1000010 | 11111 | 101100011 | 111000 | 101100 |
Color Harmonies of #AF313B
Complementary color
Monochromatic Colors of #AF313B
Black with #AF313B
Text Example
Text Example
White with #AF313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF313B; }
p { color: rgb(175,49,59); }
H1.HeaderClassName
{
color: #AF313B;
}
.AnyTagClassName
{
color: #AF313B;
}
</style>
background-color css
<style>
a { background-color: #AF313B; }
a { background-color: rgb(175,49,59); }
div.DivClassName
{
background-color: #AF313B;
}
.BgClassName
{
background-color: #AF313B;
}
</style>
border-color css
<style>
span { border-color: #AF313B; }
span { border-color: rgb(175,49,59); }
td.TdClassName
{
border-color: #AF313B;
}
.TagClassName
{
border-color: #AF313B;
}
</style>