#A3413B

Color #A3413B Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A3413B

Tints of Roof Terracotta #A3413B

Color information

#A3413B (or 0xA3413B) is unknown color: approx Roof Terracotta. HEX triplet: A3, 41 and 3B. RGB value is (163,65,59). Sum of RGB (Red+Green+Blue) = 163+65+59=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3413B is #5CBEC4. Grayscale: #5D5D5D. Windows color (decimal): -6078149 or 3883427. OLE color: 3883427.

HSL color Cylindrical-coordinate representation of color #A3413B: hue angle of 3.46º 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 #A3413B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1636559-
CMYK00.600.640.36
HSL3.46º46.85%43.53%-
HSV(B)3.46º63.8%63.92%-
XYZ17.7811.885.49-
YUV93.62108.47177.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=56.79%
G=22.65%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163655900.600.640.363.4646.8543.53
HexA3413B03C402432f2c
Octal243101730741004435754
Binary1010001110000011110110111100100000010010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3413B; }

 p { color: rgb(163,65,59); }

 H1.HeaderClassName
 {
   color: #A3413B;
 }
 .AnyTagClassName
 {
   color: #A3413B;
 }
</style>
background-color css

<style>
 a { background-color: #A3413B; }

 a { background-color: rgb(163,65,59); }

 div.DivClassName
 {
   background-color: #A3413B;
 }
 .BgClassName
 {
   background-color: #A3413B;
 }
</style>
border-color css

<style>
 span { border-color: #A3413B; }

 span { border-color: rgb(163,65,59); }

 td.TdClassName
 {
   border-color: #A3413B;
 }
 .TagClassName
 {
   border-color: #A3413B;
 }
</style>