Shades of Brick Red #AF303C
Tints of Brick Red #AF303C
RGB
CMYK
RGB Variations
Color information
#AF303C (or 0xAF303C) is known color: Brick Red. HEX triplet: AF, 30 and 3C. RGB value is (175,48,60). Sum of RGB (Red+Green+Blue) = 175+48+60=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF303C is #50CFC3. Grayscale: #575757. Windows color (decimal): -5296068 or 3944623. OLE color: 3944623.
HSL color Cylindrical-coordinate representation of color #AF303C: hue angle of 354.33º degrees, saturation: 0.57, 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 #AF303C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 60 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.31 |
| HSL | 354.33º | 0.57% | 0.44% | - |
| HSV(B) | 354.33º | 0.73% | 0.69% | - |
| XYZ | 19.55 | 11.55 | 5.47 | - |
| YUV | 87.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 60 | 0 | 0.73 | 0.66 | 0.31 | 354.33 | 0.57 | 0.44 |
| Hex | AF | 30 | 3C | 0 | 49 | 42 | 1F | 162 | 39 | 2C |
| Octal | 257 | 60 | 74 | 0 | 111 | 102 | 37 | 542 | 71 | 54 |
| Binary | 10101111 | 110000 | 111100 | 0 | 1001001 | 1000010 | 11111 | 101100010 | 111001 | 101100 |
Color Harmonies of #AF303C
Complementary color
Monochromatic Colors of #AF303C
Black with #AF303C
Text Example
Text Example
White with #AF303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF303C; }
p { color: rgb(175,48,60); }
H1.HeaderClassName
{
color: #AF303C;
}
.AnyTagClassName
{
color: #AF303C;
}
</style>
background-color css
<style>
a { background-color: #AF303C; }
a { background-color: rgb(175,48,60); }
div.DivClassName
{
background-color: #AF303C;
}
.BgClassName
{
background-color: #AF303C;
}
</style>
border-color css
<style>
span { border-color: #AF303C; }
span { border-color: rgb(175,48,60); }
td.TdClassName
{
border-color: #AF303C;
}
.TagClassName
{
border-color: #AF303C;
}
</style>