Shades of Brick Red #AF2D3C
Tints of Brick Red #AF2D3C
RGB
CMYK
RGB Variations
Color information
#AF2D3C (or 0xAF2D3C) is known color: Brick Red. HEX triplet: AF, 2D and 3C. RGB value is (175,45,60). Sum of RGB (Red+Green+Blue) = 175+45+60=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D3C is #50D2C3. Grayscale: #555555. Windows color (decimal): -5296836 or 3943855. OLE color: 3943855.
HSL color Cylindrical-coordinate representation of color #AF2D3C: hue angle of 353.08º 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 #AF2D3C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 60 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.31 |
| HSL | 353.08º | 0.59% | 0.43% | - |
| HSV(B) | 353.08º | 0.74% | 0.69% | - |
| XYZ | 19.43 | 11.32 | 5.44 | - |
| YUV | 85.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 60 | 0 | 0.74 | 0.66 | 0.31 | 353.08 | 0.59 | 0.43 |
| Hex | AF | 2D | 3C | 0 | 4A | 42 | 1F | 161 | 3B | 2B |
| Octal | 257 | 55 | 74 | 0 | 112 | 102 | 37 | 541 | 73 | 53 |
| Binary | 10101111 | 101101 | 111100 | 0 | 1001010 | 1000010 | 11111 | 101100001 | 111011 | 101011 |
Color Harmonies of #AF2D3C
Complementary color
Monochromatic Colors of #AF2D3C
Black with #AF2D3C
Text Example
Text Example
White with #AF2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D3C; }
p { color: rgb(175,45,60); }
H1.HeaderClassName
{
color: #AF2D3C;
}
.AnyTagClassName
{
color: #AF2D3C;
}
</style>
background-color css
<style>
a { background-color: #AF2D3C; }
a { background-color: rgb(175,45,60); }
div.DivClassName
{
background-color: #AF2D3C;
}
.BgClassName
{
background-color: #AF2D3C;
}
</style>
border-color css
<style>
span { border-color: #AF2D3C; }
span { border-color: rgb(175,45,60); }
td.TdClassName
{
border-color: #AF2D3C;
}
.TagClassName
{
border-color: #AF2D3C;
}
</style>