Shades of Brick Red #AF363C
Tints of Brick Red #AF363C
RGB
CMYK
RGB Variations
Color information
#AF363C (or 0xAF363C) is known color: Brick Red. HEX triplet: AF, 36 and 3C. RGB value is (175,54,60). Sum of RGB (Red+Green+Blue) = 175+54+60=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363C is #50C9C3. Grayscale: #5A5A5A. Windows color (decimal): -5294532 or 3946159. OLE color: 3946159.
HSL color Cylindrical-coordinate representation of color #AF363C: hue angle of 357.02º 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 #AF363C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 60 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.31 |
| HSL | 357.02º | 0.53% | 0.45% | - |
| HSV(B) | 357.02º | 0.69% | 0.69% | - |
| XYZ | 19.81 | 12.08 | 5.56 | - |
| YUV | 90.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 60 | 0 | 0.69 | 0.66 | 0.31 | 357.02 | 0.53 | 0.45 |
| Hex | AF | 36 | 3C | 0 | 45 | 42 | 1F | 165 | 35 | 2D |
| Octal | 257 | 66 | 74 | 0 | 105 | 102 | 37 | 545 | 65 | 55 |
| Binary | 10101111 | 110110 | 111100 | 0 | 1000101 | 1000010 | 11111 | 101100101 | 110101 | 101101 |
Color Harmonies of #AF363C
Complementary color
Monochromatic Colors of #AF363C
Black with #AF363C
Text Example
Text Example
White with #AF363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF363C; }
p { color: rgb(175,54,60); }
H1.HeaderClassName
{
color: #AF363C;
}
.AnyTagClassName
{
color: #AF363C;
}
</style>
background-color css
<style>
a { background-color: #AF363C; }
a { background-color: rgb(175,54,60); }
div.DivClassName
{
background-color: #AF363C;
}
.BgClassName
{
background-color: #AF363C;
}
</style>
border-color css
<style>
span { border-color: #AF363C; }
span { border-color: rgb(175,54,60); }
td.TdClassName
{
border-color: #AF363C;
}
.TagClassName
{
border-color: #AF363C;
}
</style>