Shades of Brick Red #AF2F3C
Tints of Brick Red #AF2F3C
RGB
CMYK
RGB Variations
Color information
#AF2F3C (or 0xAF2F3C) is known color: Brick Red. HEX triplet: AF, 2F and 3C. RGB value is (175,47,60). Sum of RGB (Red+Green+Blue) = 175+47+60=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F3C is #50D0C3. Grayscale: #565656. Windows color (decimal): -5296324 or 3944367. OLE color: 3944367.
HSL color Cylindrical-coordinate representation of color #AF2F3C: hue angle of 353.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F3C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 60 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.31 |
| HSL | 353.91º | 0.58% | 0.44% | - |
| HSV(B) | 353.91º | 0.73% | 0.69% | - |
| XYZ | 19.51 | 11.47 | 5.46 | - |
| YUV | 86.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 60 | 0 | 0.73 | 0.66 | 0.31 | 353.91 | 0.58 | 0.44 |
| Hex | AF | 2F | 3C | 0 | 49 | 42 | 1F | 162 | 3A | 2C |
| Octal | 257 | 57 | 74 | 0 | 111 | 102 | 37 | 542 | 72 | 54 |
| Binary | 10101111 | 101111 | 111100 | 0 | 1001001 | 1000010 | 11111 | 101100010 | 111010 | 101100 |
Color Harmonies of #AF2F3C
Complementary color
Monochromatic Colors of #AF2F3C
Black with #AF2F3C
Text Example
Text Example
White with #AF2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F3C; }
p { color: rgb(175,47,60); }
H1.HeaderClassName
{
color: #AF2F3C;
}
.AnyTagClassName
{
color: #AF2F3C;
}
</style>
background-color css
<style>
a { background-color: #AF2F3C; }
a { background-color: rgb(175,47,60); }
div.DivClassName
{
background-color: #AF2F3C;
}
.BgClassName
{
background-color: #AF2F3C;
}
</style>
border-color css
<style>
span { border-color: #AF2F3C; }
span { border-color: rgb(175,47,60); }
td.TdClassName
{
border-color: #AF2F3C;
}
.TagClassName
{
border-color: #AF2F3C;
}
</style>