Shades of Brick Red #AF333A
Tints of Brick Red #AF333A
RGB
CMYK
RGB Variations
Color information
#AF333A (or 0xAF333A) is known color: Brick Red. HEX triplet: AF, 33 and 3A. RGB value is (175,51,58). Sum of RGB (Red+Green+Blue) = 175+51+58=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333A is #50CCC5. Grayscale: #585858. Windows color (decimal): -5295302 or 3814319. OLE color: 3814319.
HSL color Cylindrical-coordinate representation of color #AF333A: hue angle of 356.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF333A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 58 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.31 |
| HSL | 356.61º | 0.55% | 0.44% | - |
| HSV(B) | 356.61º | 0.71% | 0.69% | - |
| XYZ | 19.63 | 11.79 | 5.24 | - |
| YUV | 88.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 58 | 0 | 0.71 | 0.67 | 0.31 | 356.61 | 0.55 | 0.44 |
| Hex | AF | 33 | 3A | 0 | 47 | 43 | 1F | 165 | 37 | 2C |
| Octal | 257 | 63 | 72 | 0 | 107 | 103 | 37 | 545 | 67 | 54 |
| Binary | 10101111 | 110011 | 111010 | 0 | 1000111 | 1000011 | 11111 | 101100101 | 110111 | 101100 |
Color Harmonies of #AF333A
Complementary color
Monochromatic Colors of #AF333A
Black with #AF333A
Text Example
Text Example
White with #AF333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF333A; }
p { color: rgb(175,51,58); }
H1.HeaderClassName
{
color: #AF333A;
}
.AnyTagClassName
{
color: #AF333A;
}
</style>
background-color css
<style>
a { background-color: #AF333A; }
a { background-color: rgb(175,51,58); }
div.DivClassName
{
background-color: #AF333A;
}
.BgClassName
{
background-color: #AF333A;
}
</style>
border-color css
<style>
span { border-color: #AF333A; }
span { border-color: rgb(175,51,58); }
td.TdClassName
{
border-color: #AF333A;
}
.TagClassName
{
border-color: #AF333A;
}
</style>