Shades of Roof Terracotta #A3453F
Tints of Roof Terracotta #A3453F
RGB
CMYK
RGB Variations
Color information
#A3453F (or 0xA3453F) is known color: Roof Terracotta. HEX triplet: A3, 45 and 3F. RGB value is (163,69,63). Sum of RGB (Red+Green+Blue) = 163+69+63=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453F is #5CBAC0. Grayscale: #606060. Windows color (decimal): -6077121 or 4146595. OLE color: 4146595.
HSL color Cylindrical-coordinate representation of color #A3453F: hue angle of 3.6º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3453F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 63 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.36 |
| HSL | 3.6º | 0.44% | 0.44% | - |
| HSV(B) | 3.6º | 0.61% | 0.64% | - |
| XYZ | 18.13 | 12.4 | 6.14 | - |
| YUV | 96.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 63 | 0 | 0.58 | 0.61 | 0.36 | 3.6 | 0.44 | 0.44 |
| Hex | A3 | 45 | 3F | 0 | 3A | 3D | 24 | 4 | 2C | 2C |
| Octal | 243 | 105 | 77 | 0 | 72 | 75 | 44 | 4 | 54 | 54 |
| Binary | 10100011 | 1000101 | 111111 | 0 | 111010 | 111101 | 100100 | 100 | 101100 | 101100 |
Color Harmonies of #A3453F
Complementary color
Monochromatic Colors of #A3453F
Black with #A3453F
Text Example
Text Example
White with #A3453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3453F; }
p { color: rgb(163,69,63); }
H1.HeaderClassName
{
color: #A3453F;
}
.AnyTagClassName
{
color: #A3453F;
}
</style>
background-color css
<style>
a { background-color: #A3453F; }
a { background-color: rgb(163,69,63); }
div.DivClassName
{
background-color: #A3453F;
}
.BgClassName
{
background-color: #A3453F;
}
</style>
border-color css
<style>
span { border-color: #A3453F; }
span { border-color: rgb(163,69,63); }
td.TdClassName
{
border-color: #A3453F;
}
.TagClassName
{
border-color: #A3453F;
}
</style>