Shades of Brick Red #AF363B
Tints of Brick Red #AF363B
RGB
CMYK
RGB Variations
Color information
#AF363B (or 0xAF363B) is known color: Brick Red. HEX triplet: AF, 36 and 3B. RGB value is (175,54,59). Sum of RGB (Red+Green+Blue) = 175+54+59=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363B is #50C9C4. Grayscale: #5A5A5A. Windows color (decimal): -5294533 or 3880623. OLE color: 3880623.
HSL color Cylindrical-coordinate representation of color #AF363B: hue angle of 357.52º degrees, saturation: 0.53, 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 #AF363B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 59 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.31 |
| HSL | 357.52º | 0.53% | 0.45% | - |
| HSV(B) | 357.52º | 0.69% | 0.69% | - |
| XYZ | 19.79 | 12.07 | 5.42 | - |
| YUV | 90.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 59 | 0 | 0.69 | 0.66 | 0.31 | 357.52 | 0.53 | 0.45 |
| Hex | AF | 36 | 3B | 0 | 45 | 42 | 1F | 166 | 35 | 2D |
| Octal | 257 | 66 | 73 | 0 | 105 | 102 | 37 | 546 | 65 | 55 |
| Binary | 10101111 | 110110 | 111011 | 0 | 1000101 | 1000010 | 11111 | 101100110 | 110101 | 101101 |
Color Harmonies of #AF363B
Complementary color
Monochromatic Colors of #AF363B
Black with #AF363B
Text Example
Text Example
White with #AF363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF363B; }
p { color: rgb(175,54,59); }
H1.HeaderClassName
{
color: #AF363B;
}
.AnyTagClassName
{
color: #AF363B;
}
</style>
background-color css
<style>
a { background-color: #AF363B; }
a { background-color: rgb(175,54,59); }
div.DivClassName
{
background-color: #AF363B;
}
.BgClassName
{
background-color: #AF363B;
}
</style>
border-color css
<style>
span { border-color: #AF363B; }
span { border-color: rgb(175,54,59); }
td.TdClassName
{
border-color: #AF363B;
}
.TagClassName
{
border-color: #AF363B;
}
</style>