Shades of Brick Red #AF323B
Tints of Brick Red #AF323B
RGB
CMYK
RGB Variations
Color information
#AF323B (or 0xAF323B) is known color: Brick Red. HEX triplet: AF, 32 and 3B. RGB value is (175,50,59). Sum of RGB (Red+Green+Blue) = 175+50+59=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323B is #50CDC4. Grayscale: #585858. Windows color (decimal): -5295557 or 3879599. OLE color: 3879599.
HSL color Cylindrical-coordinate representation of color #AF323B: hue angle of 355.68º degrees, saturation: 0.56, 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 #AF323B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 59 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.31 |
| HSL | 355.68º | 0.56% | 0.44% | - |
| HSV(B) | 355.68º | 0.71% | 0.69% | - |
| XYZ | 19.61 | 11.71 | 5.36 | - |
| YUV | 88.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 59 | 0 | 0.71 | 0.66 | 0.31 | 355.68 | 0.56 | 0.44 |
| Hex | AF | 32 | 3B | 0 | 47 | 42 | 1F | 164 | 38 | 2C |
| Octal | 257 | 62 | 73 | 0 | 107 | 102 | 37 | 544 | 70 | 54 |
| Binary | 10101111 | 110010 | 111011 | 0 | 1000111 | 1000010 | 11111 | 101100100 | 111000 | 101100 |
Color Harmonies of #AF323B
Complementary color
Monochromatic Colors of #AF323B
Black with #AF323B
Text Example
Text Example
White with #AF323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF323B; }
p { color: rgb(175,50,59); }
H1.HeaderClassName
{
color: #AF323B;
}
.AnyTagClassName
{
color: #AF323B;
}
</style>
background-color css
<style>
a { background-color: #AF323B; }
a { background-color: rgb(175,50,59); }
div.DivClassName
{
background-color: #AF323B;
}
.BgClassName
{
background-color: #AF323B;
}
</style>
border-color css
<style>
span { border-color: #AF323B; }
span { border-color: rgb(175,50,59); }
td.TdClassName
{
border-color: #AF323B;
}
.TagClassName
{
border-color: #AF323B;
}
</style>