Shades of Roof Terracotta #A14B4B
Tints of Roof Terracotta #A14B4B
RGB
CMYK
RGB Variations
Color information
#A14B4B (or 0xA14B4B) is known color: Roof Terracotta. HEX triplet: A1, 4B and 4B. RGB value is (161,75,75). Sum of RGB (Red+Green+Blue) = 161+75+75=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B4B is #5EB4B4. Grayscale: #646464. Windows color (decimal): -6206645 or 4934561. OLE color: 4934561.
HSL color Cylindrical-coordinate representation of color #A14B4B: hue angle of 0º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B4B is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 75 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.37 |
| HSL | 0º | 0.36% | 0.46% | - |
| HSV(B) | 0º | 0.53% | 0.63% | - |
| XYZ | 18.48 | 13.12 | 8.21 | - |
| YUV | 100.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 75 | 0 | 0.53 | 0.53 | 0.37 | 0 | 0.36 | 0.46 |
| Hex | A1 | 4B | 4B | 0 | 35 | 35 | 25 | 0 | 24 | 2E |
| Octal | 241 | 113 | 113 | 0 | 65 | 65 | 45 | 0 | 44 | 56 |
| Binary | 10100001 | 1001011 | 1001011 | 0 | 110101 | 110101 | 100101 | 0 | 100100 | 101110 |
Color Harmonies of #A14B4B
Complementary color
Monochromatic Colors of #A14B4B
Black with #A14B4B
Text Example
Text Example
White with #A14B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B4B; }
p { color: rgb(161,75,75); }
H1.HeaderClassName
{
color: #A14B4B;
}
.AnyTagClassName
{
color: #A14B4B;
}
</style>
background-color css
<style>
a { background-color: #A14B4B; }
a { background-color: rgb(161,75,75); }
div.DivClassName
{
background-color: #A14B4B;
}
.BgClassName
{
background-color: #A14B4B;
}
</style>
border-color css
<style>
span { border-color: #A14B4B; }
span { border-color: rgb(161,75,75); }
td.TdClassName
{
border-color: #A14B4B;
}
.TagClassName
{
border-color: #A14B4B;
}
</style>