Shades of Brick Red #AF2D3D
Tints of Brick Red #AF2D3D
RGB
CMYK
RGB Variations
Color information
#AF2D3D (or 0xAF2D3D) is known color: Brick Red. HEX triplet: AF, 2D and 3D. RGB value is (175,45,61). Sum of RGB (Red+Green+Blue) = 175+45+61=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D3D is #50D2C2. Grayscale: #555555. Windows color (decimal): -5296835 or 4009391. OLE color: 4009391.
HSL color Cylindrical-coordinate representation of color #AF2D3D: hue angle of 352.62º degrees, saturation: 0.59, 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 #AF2D3D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 61 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.31 |
| HSL | 352.62º | 0.59% | 0.43% | - |
| HSV(B) | 352.62º | 0.74% | 0.69% | - |
| XYZ | 19.46 | 11.33 | 5.58 | - |
| YUV | 85.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 61 | 0 | 0.74 | 0.65 | 0.31 | 352.62 | 0.59 | 0.43 |
| Hex | AF | 2D | 3D | 0 | 4A | 41 | 1F | 161 | 3B | 2B |
| Octal | 257 | 55 | 75 | 0 | 112 | 101 | 37 | 541 | 73 | 53 |
| Binary | 10101111 | 101101 | 111101 | 0 | 1001010 | 1000001 | 11111 | 101100001 | 111011 | 101011 |
Color Harmonies of #AF2D3D
Complementary color
Monochromatic Colors of #AF2D3D
Black with #AF2D3D
Text Example
Text Example
White with #AF2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D3D; }
p { color: rgb(175,45,61); }
H1.HeaderClassName
{
color: #AF2D3D;
}
.AnyTagClassName
{
color: #AF2D3D;
}
</style>
background-color css
<style>
a { background-color: #AF2D3D; }
a { background-color: rgb(175,45,61); }
div.DivClassName
{
background-color: #AF2D3D;
}
.BgClassName
{
background-color: #AF2D3D;
}
</style>
border-color css
<style>
span { border-color: #AF2D3D; }
span { border-color: rgb(175,45,61); }
td.TdClassName
{
border-color: #AF2D3D;
}
.TagClassName
{
border-color: #AF2D3D;
}
</style>