Shades of Brick Red #AF363E
Tints of Brick Red #AF363E
RGB
CMYK
RGB Variations
Color information
#AF363E (or 0xAF363E) is known color: Brick Red. HEX triplet: AF, 36 and 3E. RGB value is (175,54,62). Sum of RGB (Red+Green+Blue) = 175+54+62=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363E is #50C9C1. Grayscale: #5B5B5B. Windows color (decimal): -5294530 or 4077231. OLE color: 4077231.
HSL color Cylindrical-coordinate representation of color #AF363E: hue angle of 356.03º 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 #AF363E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 62 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.31 |
| HSL | 356.03º | 0.53% | 0.45% | - |
| HSV(B) | 356.03º | 0.69% | 0.69% | - |
| XYZ | 19.87 | 12.1 | 5.85 | - |
| YUV | 91.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 62 | 0 | 0.69 | 0.65 | 0.31 | 356.03 | 0.53 | 0.45 |
| Hex | AF | 36 | 3E | 0 | 45 | 41 | 1F | 164 | 35 | 2D |
| Octal | 257 | 66 | 76 | 0 | 105 | 101 | 37 | 544 | 65 | 55 |
| Binary | 10101111 | 110110 | 111110 | 0 | 1000101 | 1000001 | 11111 | 101100100 | 110101 | 101101 |
Color Harmonies of #AF363E
Complementary color
Monochromatic Colors of #AF363E
Black with #AF363E
Text Example
Text Example
White with #AF363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF363E; }
p { color: rgb(175,54,62); }
H1.HeaderClassName
{
color: #AF363E;
}
.AnyTagClassName
{
color: #AF363E;
}
</style>
background-color css
<style>
a { background-color: #AF363E; }
a { background-color: rgb(175,54,62); }
div.DivClassName
{
background-color: #AF363E;
}
.BgClassName
{
background-color: #AF363E;
}
</style>
border-color css
<style>
span { border-color: #AF363E; }
span { border-color: rgb(175,54,62); }
td.TdClassName
{
border-color: #AF363E;
}
.TagClassName
{
border-color: #AF363E;
}
</style>