Shades of Brick Red #AF3238
Tints of Brick Red #AF3238
RGB
CMYK
RGB Variations
Color information
#AF3238 (or 0xAF3238) is known color: Brick Red. HEX triplet: AF, 32 and 38. RGB value is (175,50,56). Sum of RGB (Red+Green+Blue) = 175+50+56=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3238 is #50CDC7. Grayscale: #585858. Windows color (decimal): -5295560 or 3682991. OLE color: 3682991.
HSL color Cylindrical-coordinate representation of color #AF3238: hue angle of 357.12º 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 #AF3238 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 56 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.31 |
| HSL | 357.12º | 0.56% | 0.44% | - |
| HSV(B) | 357.12º | 0.71% | 0.69% | - |
| XYZ | 19.53 | 11.68 | 4.97 | - |
| YUV | 88.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 56 | 0 | 0.71 | 0.68 | 0.31 | 357.12 | 0.56 | 0.44 |
| Hex | AF | 32 | 38 | 0 | 47 | 44 | 1F | 165 | 38 | 2C |
| Octal | 257 | 62 | 70 | 0 | 107 | 104 | 37 | 545 | 70 | 54 |
| Binary | 10101111 | 110010 | 111000 | 0 | 1000111 | 1000100 | 11111 | 101100101 | 111000 | 101100 |
Color Harmonies of #AF3238
Complementary color
Monochromatic Colors of #AF3238
Black with #AF3238
Text Example
Text Example
White with #AF3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3238; }
p { color: rgb(175,50,56); }
H1.HeaderClassName
{
color: #AF3238;
}
.AnyTagClassName
{
color: #AF3238;
}
</style>
background-color css
<style>
a { background-color: #AF3238; }
a { background-color: rgb(175,50,56); }
div.DivClassName
{
background-color: #AF3238;
}
.BgClassName
{
background-color: #AF3238;
}
</style>
border-color css
<style>
span { border-color: #AF3238; }
span { border-color: rgb(175,50,56); }
td.TdClassName
{
border-color: #AF3238;
}
.TagClassName
{
border-color: #AF3238;
}
</style>