Shades of Brick Red #AF2B3C
Tints of Brick Red #AF2B3C
RGB
CMYK
RGB Variations
Color information
#AF2B3C (or 0xAF2B3C) is known color: Brick Red. HEX triplet: AF, 2B and 3C. RGB value is (175,43,60). Sum of RGB (Red+Green+Blue) = 175+43+60=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B3C is #50D4C3. Grayscale: #545454. Windows color (decimal): -5297348 or 3943343. OLE color: 3943343.
HSL color Cylindrical-coordinate representation of color #AF2B3C: hue angle of 352.27º degrees, saturation: 0.61, 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 #AF2B3C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 60 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.31 |
| HSL | 352.27º | 0.61% | 0.43% | - |
| HSV(B) | 352.27º | 0.75% | 0.69% | - |
| XYZ | 19.36 | 11.17 | 5.41 | - |
| YUV | 84.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 60 | 0 | 0.75 | 0.66 | 0.31 | 352.27 | 0.61 | 0.43 |
| Hex | AF | 2B | 3C | 0 | 4B | 42 | 1F | 160 | 3D | 2B |
| Octal | 257 | 53 | 74 | 0 | 113 | 102 | 37 | 540 | 75 | 53 |
| Binary | 10101111 | 101011 | 111100 | 0 | 1001011 | 1000010 | 11111 | 101100000 | 111101 | 101011 |
Color Harmonies of #AF2B3C
Complementary color
Monochromatic Colors of #AF2B3C
Black with #AF2B3C
Text Example
Text Example
White with #AF2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B3C; }
p { color: rgb(175,43,60); }
H1.HeaderClassName
{
color: #AF2B3C;
}
.AnyTagClassName
{
color: #AF2B3C;
}
</style>
background-color css
<style>
a { background-color: #AF2B3C; }
a { background-color: rgb(175,43,60); }
div.DivClassName
{
background-color: #AF2B3C;
}
.BgClassName
{
background-color: #AF2B3C;
}
</style>
border-color css
<style>
span { border-color: #AF2B3C; }
span { border-color: rgb(175,43,60); }
td.TdClassName
{
border-color: #AF2B3C;
}
.TagClassName
{
border-color: #AF2B3C;
}
</style>