Shades of Roof Terracotta #A4413B
Tints of Roof Terracotta #A4413B
RGB
CMYK
RGB Variations
Color information
#A4413B (or 0xA4413B) is known color: Roof Terracotta. HEX triplet: A4, 41 and 3B. RGB value is (164,65,59). Sum of RGB (Red+Green+Blue) = 164+65+59=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4413B is #5BBEC4. Grayscale: #5E5E5E. Windows color (decimal): -6012613 or 3883428. OLE color: 3883428.
HSL color Cylindrical-coordinate representation of color #A4413B: hue angle of 3.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4413B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 59 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.36 |
| HSL | 3.43º | 0.47% | 0.44% | - |
| HSV(B) | 3.43º | 0.64% | 0.64% | - |
| XYZ | 17.99 | 11.99 | 5.5 | - |
| YUV | 93.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 59 | 0 | 0.60 | 0.64 | 0.36 | 3.43 | 0.47 | 0.44 |
| Hex | A4 | 41 | 3B | 0 | 3C | 40 | 24 | 3 | 2F | 2C |
| Octal | 244 | 101 | 73 | 0 | 74 | 100 | 44 | 3 | 57 | 54 |
| Binary | 10100100 | 1000001 | 111011 | 0 | 111100 | 1000000 | 100100 | 11 | 101111 | 101100 |
Color Harmonies of #A4413B
Complementary color
Monochromatic Colors of #A4413B
Black with #A4413B
Text Example
Text Example
White with #A4413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4413B; }
p { color: rgb(164,65,59); }
H1.HeaderClassName
{
color: #A4413B;
}
.AnyTagClassName
{
color: #A4413B;
}
</style>
background-color css
<style>
a { background-color: #A4413B; }
a { background-color: rgb(164,65,59); }
div.DivClassName
{
background-color: #A4413B;
}
.BgClassName
{
background-color: #A4413B;
}
</style>
border-color css
<style>
span { border-color: #A4413B; }
span { border-color: rgb(164,65,59); }
td.TdClassName
{
border-color: #A4413B;
}
.TagClassName
{
border-color: #A4413B;
}
</style>