Shades of Brick Red #AF2D39
Tints of Brick Red #AF2D39
RGB
CMYK
RGB Variations
Color information
#AF2D39 (or 0xAF2D39) is known color: Brick Red. HEX triplet: AF, 2D and 39. RGB value is (175,45,57). Sum of RGB (Red+Green+Blue) = 175+45+57=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D39 is #50D2C6. Grayscale: #555555. Windows color (decimal): -5296839 or 3747247. OLE color: 3747247.
HSL color Cylindrical-coordinate representation of color #AF2D39: hue angle of 354.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2D39 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 57 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.31 |
| HSL | 354.46º | 0.59% | 0.43% | - |
| HSV(B) | 354.46º | 0.74% | 0.69% | - |
| XYZ | 19.36 | 11.29 | 5.03 | - |
| YUV | 85.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 57 | 0 | 0.74 | 0.67 | 0.31 | 354.46 | 0.59 | 0.43 |
| Hex | AF | 2D | 39 | 0 | 4A | 43 | 1F | 162 | 3B | 2B |
| Octal | 257 | 55 | 71 | 0 | 112 | 103 | 37 | 542 | 73 | 53 |
| Binary | 10101111 | 101101 | 111001 | 0 | 1001010 | 1000011 | 11111 | 101100010 | 111011 | 101011 |
Color Harmonies of #AF2D39
Complementary color
Monochromatic Colors of #AF2D39
Black with #AF2D39
Text Example
Text Example
White with #AF2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D39; }
p { color: rgb(175,45,57); }
H1.HeaderClassName
{
color: #AF2D39;
}
.AnyTagClassName
{
color: #AF2D39;
}
</style>
background-color css
<style>
a { background-color: #AF2D39; }
a { background-color: rgb(175,45,57); }
div.DivClassName
{
background-color: #AF2D39;
}
.BgClassName
{
background-color: #AF2D39;
}
</style>
border-color css
<style>
span { border-color: #AF2D39; }
span { border-color: rgb(175,45,57); }
td.TdClassName
{
border-color: #AF2D39;
}
.TagClassName
{
border-color: #AF2D39;
}
</style>