Shades of Brick Red #AF373E
Tints of Brick Red #AF373E
RGB
CMYK
RGB Variations
Color information
#AF373E (or 0xAF373E) is known color: Brick Red. HEX triplet: AF, 37 and 3E. RGB value is (175,55,62). Sum of RGB (Red+Green+Blue) = 175+55+62=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF373E is #50C8C1. Grayscale: #5B5B5B. Windows color (decimal): -5294274 or 4077487. OLE color: 4077487.
HSL color Cylindrical-coordinate representation of color #AF373E: hue angle of 356.5º 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 #AF373E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 62 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.31 |
| HSL | 356.5º | 0.52% | 0.45% | - |
| HSV(B) | 356.5º | 0.69% | 0.69% | - |
| XYZ | 19.91 | 12.19 | 5.86 | - |
| YUV | 91.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 62 | 0 | 0.69 | 0.65 | 0.31 | 356.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 3E | 0 | 45 | 41 | 1F | 164 | 34 | 2D |
| Octal | 257 | 67 | 76 | 0 | 105 | 101 | 37 | 544 | 64 | 55 |
| Binary | 10101111 | 110111 | 111110 | 0 | 1000101 | 1000001 | 11111 | 101100100 | 110100 | 101101 |
Color Harmonies of #AF373E
Complementary color
Monochromatic Colors of #AF373E
Black with #AF373E
Text Example
Text Example
White with #AF373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF373E; }
p { color: rgb(175,55,62); }
H1.HeaderClassName
{
color: #AF373E;
}
.AnyTagClassName
{
color: #AF373E;
}
</style>
background-color css
<style>
a { background-color: #AF373E; }
a { background-color: rgb(175,55,62); }
div.DivClassName
{
background-color: #AF373E;
}
.BgClassName
{
background-color: #AF373E;
}
</style>
border-color css
<style>
span { border-color: #AF373E; }
span { border-color: rgb(175,55,62); }
td.TdClassName
{
border-color: #AF373E;
}
.TagClassName
{
border-color: #AF373E;
}
</style>