Shades of Brick Red #AF333B
Tints of Brick Red #AF333B
RGB
CMYK
RGB Variations
Color information
#AF333B (or 0xAF333B) is known color: Brick Red. HEX triplet: AF, 33 and 3B. RGB value is (175,51,59). Sum of RGB (Red+Green+Blue) = 175+51+59=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333B is #50CCC4. Grayscale: #595959. Windows color (decimal): -5295301 or 3879855. OLE color: 3879855.
HSL color Cylindrical-coordinate representation of color #AF333B: hue angle of 356.13º 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 #AF333B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 59 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.31 |
| HSL | 356.13º | 0.55% | 0.44% | - |
| HSV(B) | 356.13º | 0.71% | 0.69% | - |
| XYZ | 19.65 | 11.8 | 5.38 | - |
| YUV | 88.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 59 | 0 | 0.71 | 0.66 | 0.31 | 356.13 | 0.55 | 0.44 |
| Hex | AF | 33 | 3B | 0 | 47 | 42 | 1F | 164 | 37 | 2C |
| Octal | 257 | 63 | 73 | 0 | 107 | 102 | 37 | 544 | 67 | 54 |
| Binary | 10101111 | 110011 | 111011 | 0 | 1000111 | 1000010 | 11111 | 101100100 | 110111 | 101100 |
Color Harmonies of #AF333B
Complementary color
Monochromatic Colors of #AF333B
Black with #AF333B
Text Example
Text Example
White with #AF333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF333B; }
p { color: rgb(175,51,59); }
H1.HeaderClassName
{
color: #AF333B;
}
.AnyTagClassName
{
color: #AF333B;
}
</style>
background-color css
<style>
a { background-color: #AF333B; }
a { background-color: rgb(175,51,59); }
div.DivClassName
{
background-color: #AF333B;
}
.BgClassName
{
background-color: #AF333B;
}
</style>
border-color css
<style>
span { border-color: #AF333B; }
span { border-color: rgb(175,51,59); }
td.TdClassName
{
border-color: #AF333B;
}
.TagClassName
{
border-color: #AF333B;
}
</style>