Shades of Brick Red #AF3239
Tints of Brick Red #AF3239
RGB
CMYK
RGB Variations
Color information
#AF3239 (or 0xAF3239) is known color: Brick Red. HEX triplet: AF, 32 and 39. RGB value is (175,50,57). Sum of RGB (Red+Green+Blue) = 175+50+57=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3239 is #50CDC6. Grayscale: #585858. Windows color (decimal): -5295559 or 3748527. OLE color: 3748527.
HSL color Cylindrical-coordinate representation of color #AF3239: hue angle of 356.64º 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 #AF3239 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 57 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.31 |
| HSL | 356.64º | 0.56% | 0.44% | - |
| HSV(B) | 356.64º | 0.71% | 0.69% | - |
| XYZ | 19.56 | 11.69 | 5.1 | - |
| YUV | 88.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 57 | 0 | 0.71 | 0.67 | 0.31 | 356.64 | 0.56 | 0.44 |
| Hex | AF | 32 | 39 | 0 | 47 | 43 | 1F | 165 | 38 | 2C |
| Octal | 257 | 62 | 71 | 0 | 107 | 103 | 37 | 545 | 70 | 54 |
| Binary | 10101111 | 110010 | 111001 | 0 | 1000111 | 1000011 | 11111 | 101100101 | 111000 | 101100 |
Color Harmonies of #AF3239
Complementary color
Monochromatic Colors of #AF3239
Black with #AF3239
Text Example
Text Example
White with #AF3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3239; }
p { color: rgb(175,50,57); }
H1.HeaderClassName
{
color: #AF3239;
}
.AnyTagClassName
{
color: #AF3239;
}
</style>
background-color css
<style>
a { background-color: #AF3239; }
a { background-color: rgb(175,50,57); }
div.DivClassName
{
background-color: #AF3239;
}
.BgClassName
{
background-color: #AF3239;
}
</style>
border-color css
<style>
span { border-color: #AF3239; }
span { border-color: rgb(175,50,57); }
td.TdClassName
{
border-color: #AF3239;
}
.TagClassName
{
border-color: #AF3239;
}
</style>