Shades of Brick Red #AF383E
Tints of Brick Red #AF383E
RGB
CMYK
RGB Variations
Color information
#AF383E (or 0xAF383E) is known color: Brick Red. HEX triplet: AF, 38 and 3E. RGB value is (175,56,62). Sum of RGB (Red+Green+Blue) = 175+56+62=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383E is #50C7C1. Grayscale: #5C5C5C. Windows color (decimal): -5294018 or 4077743. OLE color: 4077743.
HSL color Cylindrical-coordinate representation of color #AF383E: hue angle of 356.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF383E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 62 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.31 |
| HSL | 356.97º | 0.52% | 0.45% | - |
| HSV(B) | 356.97º | 0.68% | 0.69% | - |
| XYZ | 19.96 | 12.29 | 5.88 | - |
| YUV | 92.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 62 | 0 | 0.68 | 0.65 | 0.31 | 356.97 | 0.52 | 0.45 |
| Hex | AF | 38 | 3E | 0 | 44 | 41 | 1F | 165 | 34 | 2D |
| Octal | 257 | 70 | 76 | 0 | 104 | 101 | 37 | 545 | 64 | 55 |
| Binary | 10101111 | 111000 | 111110 | 0 | 1000100 | 1000001 | 11111 | 101100101 | 110100 | 101101 |
Color Harmonies of #AF383E
Complementary color
Monochromatic Colors of #AF383E
Black with #AF383E
Text Example
Text Example
White with #AF383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF383E; }
p { color: rgb(175,56,62); }
H1.HeaderClassName
{
color: #AF383E;
}
.AnyTagClassName
{
color: #AF383E;
}
</style>
background-color css
<style>
a { background-color: #AF383E; }
a { background-color: rgb(175,56,62); }
div.DivClassName
{
background-color: #AF383E;
}
.BgClassName
{
background-color: #AF383E;
}
</style>
border-color css
<style>
span { border-color: #AF383E; }
span { border-color: rgb(175,56,62); }
td.TdClassName
{
border-color: #AF383E;
}
.TagClassName
{
border-color: #AF383E;
}
</style>