Shades of Brick Red #AF2D38
Tints of Brick Red #AF2D38
RGB
CMYK
RGB Variations
Color information
#AF2D38 (or 0xAF2D38) is known color: Brick Red. HEX triplet: AF, 2D and 38. RGB value is (175,45,56). Sum of RGB (Red+Green+Blue) = 175+45+56=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D38 is #50D2C7. Grayscale: #555555. Windows color (decimal): -5296840 or 3681711. OLE color: 3681711.
HSL color Cylindrical-coordinate representation of color #AF2D38: hue angle of 354.92º 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 #AF2D38 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 56 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.31 |
| HSL | 354.92º | 0.59% | 0.43% | - |
| HSV(B) | 354.92º | 0.74% | 0.69% | - |
| XYZ | 19.33 | 11.28 | 4.9 | - |
| YUV | 85.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 56 | 0 | 0.74 | 0.68 | 0.31 | 354.92 | 0.59 | 0.43 |
| Hex | AF | 2D | 38 | 0 | 4A | 44 | 1F | 163 | 3B | 2B |
| Octal | 257 | 55 | 70 | 0 | 112 | 104 | 37 | 543 | 73 | 53 |
| Binary | 10101111 | 101101 | 111000 | 0 | 1001010 | 1000100 | 11111 | 101100011 | 111011 | 101011 |
Color Harmonies of #AF2D38
Complementary color
Monochromatic Colors of #AF2D38
Black with #AF2D38
Text Example
Text Example
White with #AF2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D38; }
p { color: rgb(175,45,56); }
H1.HeaderClassName
{
color: #AF2D38;
}
.AnyTagClassName
{
color: #AF2D38;
}
</style>
background-color css
<style>
a { background-color: #AF2D38; }
a { background-color: rgb(175,45,56); }
div.DivClassName
{
background-color: #AF2D38;
}
.BgClassName
{
background-color: #AF2D38;
}
</style>
border-color css
<style>
span { border-color: #AF2D38; }
span { border-color: rgb(175,45,56); }
td.TdClassName
{
border-color: #AF2D38;
}
.TagClassName
{
border-color: #AF2D38;
}
</style>