Shades of Brick Red #AF363D
Tints of Brick Red #AF363D
RGB
CMYK
RGB Variations
Color information
#AF363D (or 0xAF363D) is known color: Brick Red. HEX triplet: AF, 36 and 3D. RGB value is (175,54,61). Sum of RGB (Red+Green+Blue) = 175+54+61=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363D is #50C9C2. Grayscale: #5B5B5B. Windows color (decimal): -5294531 or 4011695. OLE color: 4011695.
HSL color Cylindrical-coordinate representation of color #AF363D: hue angle of 356.53º 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 #AF363D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 61 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.31 |
| HSL | 356.53º | 0.53% | 0.45% | - |
| HSV(B) | 356.53º | 0.69% | 0.69% | - |
| XYZ | 19.84 | 12.09 | 5.7 | - |
| YUV | 90.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 61 | 0 | 0.69 | 0.65 | 0.31 | 356.53 | 0.53 | 0.45 |
| Hex | AF | 36 | 3D | 0 | 45 | 41 | 1F | 165 | 35 | 2D |
| Octal | 257 | 66 | 75 | 0 | 105 | 101 | 37 | 545 | 65 | 55 |
| Binary | 10101111 | 110110 | 111101 | 0 | 1000101 | 1000001 | 11111 | 101100101 | 110101 | 101101 |
Color Harmonies of #AF363D
Complementary color
Monochromatic Colors of #AF363D
Black with #AF363D
Text Example
Text Example
White with #AF363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF363D; }
p { color: rgb(175,54,61); }
H1.HeaderClassName
{
color: #AF363D;
}
.AnyTagClassName
{
color: #AF363D;
}
</style>
background-color css
<style>
a { background-color: #AF363D; }
a { background-color: rgb(175,54,61); }
div.DivClassName
{
background-color: #AF363D;
}
.BgClassName
{
background-color: #AF363D;
}
</style>
border-color css
<style>
span { border-color: #AF363D; }
span { border-color: rgb(175,54,61); }
td.TdClassName
{
border-color: #AF363D;
}
.TagClassName
{
border-color: #AF363D;
}
</style>