Shades of Brick Red #AF333E
Tints of Brick Red #AF333E
RGB
CMYK
RGB Variations
Color information
#AF333E (or 0xAF333E) is known color: Brick Red. HEX triplet: AF, 33 and 3E. RGB value is (175,51,62). Sum of RGB (Red+Green+Blue) = 175+51+62=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333E is #50CCC1. Grayscale: #595959. Windows color (decimal): -5295298 or 4076463. OLE color: 4076463.
HSL color Cylindrical-coordinate representation of color #AF333E: hue angle of 354.68º 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 #AF333E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 62 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.31 |
| HSL | 354.68º | 0.55% | 0.44% | - |
| HSV(B) | 354.68º | 0.71% | 0.69% | - |
| XYZ | 19.73 | 11.83 | 5.8 | - |
| YUV | 89.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 62 | 0 | 0.71 | 0.65 | 0.31 | 354.68 | 0.55 | 0.44 |
| Hex | AF | 33 | 3E | 0 | 47 | 41 | 1F | 163 | 37 | 2C |
| Octal | 257 | 63 | 76 | 0 | 107 | 101 | 37 | 543 | 67 | 54 |
| Binary | 10101111 | 110011 | 111110 | 0 | 1000111 | 1000001 | 11111 | 101100011 | 110111 | 101100 |
Color Harmonies of #AF333E
Complementary color
Monochromatic Colors of #AF333E
Black with #AF333E
Text Example
Text Example
White with #AF333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF333E; }
p { color: rgb(175,51,62); }
H1.HeaderClassName
{
color: #AF333E;
}
.AnyTagClassName
{
color: #AF333E;
}
</style>
background-color css
<style>
a { background-color: #AF333E; }
a { background-color: rgb(175,51,62); }
div.DivClassName
{
background-color: #AF333E;
}
.BgClassName
{
background-color: #AF333E;
}
</style>
border-color css
<style>
span { border-color: #AF333E; }
span { border-color: rgb(175,51,62); }
td.TdClassName
{
border-color: #AF333E;
}
.TagClassName
{
border-color: #AF333E;
}
</style>