#A3413F

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

Shades of Roof Terracotta #A3413F

Tints of Roof Terracotta #A3413F

Color information

#A3413F (or 0xA3413F) is unknown color: approx Roof Terracotta. HEX triplet: A3, 41 and 3F. RGB value is (163,65,63). Sum of RGB (Red+Green+Blue) = 163+65+63=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3413F is #5CBEC0. Grayscale: #5E5E5E. Windows color (decimal): -6078145 or 4145571. OLE color: 4145571.

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

Color convert

RGB1636563-
CMYK00.600.610.36
HSL1.2º44.25%44.31%-
HSV(B)1.2º61.35%63.92%-
XYZ17.8911.936.06-
YUV94.07110.47177.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 63 (25% from 255) = 21.65%
R=56.01%
G=22.34%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163656300.600.610.361.244.2544.31
HexA3413F03C3D2412c2c
Octal24310177074754415454
Binary10100011100000111111101111001111011001001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3413F; }

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

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

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

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

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

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

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

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