Shades of Brick Red #AF2C38
Tints of Brick Red #AF2C38
RGB
CMYK
RGB Variations
Color information
#AF2C38 (or 0xAF2C38) is known color: Brick Red. HEX triplet: AF, 2C and 38. RGB value is (175,44,56). Sum of RGB (Red+Green+Blue) = 175+44+56=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C38 is #50D3C7. Grayscale: #545454. Windows color (decimal): -5297096 or 3681455. OLE color: 3681455.
HSL color Cylindrical-coordinate representation of color #AF2C38: hue angle of 354.5º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C38 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 56 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.31 |
| HSL | 354.5º | 0.6% | 0.43% | - |
| HSV(B) | 354.5º | 0.75% | 0.69% | - |
| XYZ | 19.29 | 11.2 | 4.89 | - |
| YUV | 84.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 56 | 0 | 0.75 | 0.68 | 0.31 | 354.5 | 0.6 | 0.43 |
| Hex | AF | 2C | 38 | 0 | 4B | 44 | 1F | 163 | 3C | 2B |
| Octal | 257 | 54 | 70 | 0 | 113 | 104 | 37 | 543 | 74 | 53 |
| Binary | 10101111 | 101100 | 111000 | 0 | 1001011 | 1000100 | 11111 | 101100011 | 111100 | 101011 |
Color Harmonies of #AF2C38
Complementary color
Monochromatic Colors of #AF2C38
Black with #AF2C38
Text Example
Text Example
White with #AF2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C38; }
p { color: rgb(175,44,56); }
H1.HeaderClassName
{
color: #AF2C38;
}
.AnyTagClassName
{
color: #AF2C38;
}
</style>
background-color css
<style>
a { background-color: #AF2C38; }
a { background-color: rgb(175,44,56); }
div.DivClassName
{
background-color: #AF2C38;
}
.BgClassName
{
background-color: #AF2C38;
}
</style>
border-color css
<style>
span { border-color: #AF2C38; }
span { border-color: rgb(175,44,56); }
td.TdClassName
{
border-color: #AF2C38;
}
.TagClassName
{
border-color: #AF2C38;
}
</style>