Shades of Brick Red #AF2E3C
Tints of Brick Red #AF2E3C
RGB
CMYK
RGB Variations
Color information
#AF2E3C (or 0xAF2E3C) is known color: Brick Red. HEX triplet: AF, 2E and 3C. RGB value is (175,46,60). Sum of RGB (Red+Green+Blue) = 175+46+60=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E3C is #50D1C3. Grayscale: #565656. Windows color (decimal): -5296580 or 3944111. OLE color: 3944111.
HSL color Cylindrical-coordinate representation of color #AF2E3C: hue angle of 353.49º degrees, saturation: 0.58, 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 #AF2E3C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 60 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.31 |
| HSL | 353.49º | 0.58% | 0.43% | - |
| HSV(B) | 353.49º | 0.74% | 0.69% | - |
| XYZ | 19.47 | 11.39 | 5.45 | - |
| YUV | 86.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 60 | 0 | 0.74 | 0.66 | 0.31 | 353.49 | 0.58 | 0.43 |
| Hex | AF | 2E | 3C | 0 | 4A | 42 | 1F | 161 | 3A | 2B |
| Octal | 257 | 56 | 74 | 0 | 112 | 102 | 37 | 541 | 72 | 53 |
| Binary | 10101111 | 101110 | 111100 | 0 | 1001010 | 1000010 | 11111 | 101100001 | 111010 | 101011 |
Color Harmonies of #AF2E3C
Complementary color
Monochromatic Colors of #AF2E3C
Black with #AF2E3C
Text Example
Text Example
White with #AF2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E3C; }
p { color: rgb(175,46,60); }
H1.HeaderClassName
{
color: #AF2E3C;
}
.AnyTagClassName
{
color: #AF2E3C;
}
</style>
background-color css
<style>
a { background-color: #AF2E3C; }
a { background-color: rgb(175,46,60); }
div.DivClassName
{
background-color: #AF2E3C;
}
.BgClassName
{
background-color: #AF2E3C;
}
</style>
border-color css
<style>
span { border-color: #AF2E3C; }
span { border-color: rgb(175,46,60); }
td.TdClassName
{
border-color: #AF2E3C;
}
.TagClassName
{
border-color: #AF2E3C;
}
</style>