Shades of Brick Red #AF373B
Tints of Brick Red #AF373B
RGB
CMYK
RGB Variations
Color information
#AF373B (or 0xAF373B) is known color: Brick Red. HEX triplet: AF, 37 and 3B. RGB value is (175,55,59). Sum of RGB (Red+Green+Blue) = 175+55+59=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF373B is #50C8C4. Grayscale: #5B5B5B. Windows color (decimal): -5294277 or 3880879. OLE color: 3880879.
HSL color Cylindrical-coordinate representation of color #AF373B: hue angle of 358º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF373B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.31 |
| HSL | 358º | 0.52% | 0.45% | - |
| HSV(B) | 358º | 0.69% | 0.69% | - |
| XYZ | 19.83 | 12.16 | 5.44 | - |
| YUV | 91.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 59 | 0 | 0.69 | 0.66 | 0.31 | 358 | 0.52 | 0.45 |
| Hex | AF | 37 | 3B | 0 | 45 | 42 | 1F | 166 | 34 | 2D |
| Octal | 257 | 67 | 73 | 0 | 105 | 102 | 37 | 546 | 64 | 55 |
| Binary | 10101111 | 110111 | 111011 | 0 | 1000101 | 1000010 | 11111 | 101100110 | 110100 | 101101 |
Color Harmonies of #AF373B
Complementary color
Monochromatic Colors of #AF373B
Black with #AF373B
Text Example
Text Example
White with #AF373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF373B; }
p { color: rgb(175,55,59); }
H1.HeaderClassName
{
color: #AF373B;
}
.AnyTagClassName
{
color: #AF373B;
}
</style>
background-color css
<style>
a { background-color: #AF373B; }
a { background-color: rgb(175,55,59); }
div.DivClassName
{
background-color: #AF373B;
}
.BgClassName
{
background-color: #AF373B;
}
</style>
border-color css
<style>
span { border-color: #AF373B; }
span { border-color: rgb(175,55,59); }
td.TdClassName
{
border-color: #AF373B;
}
.TagClassName
{
border-color: #AF373B;
}
</style>