#A3403F

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

Shades of Roof Terracotta #A3403F

Tints of Roof Terracotta #A3403F

Color information

#A3403F (or 0xA3403F) is unknown color: approx Roof Terracotta. HEX triplet: A3, 40 and 3F. RGB value is (163,64,63). Sum of RGB (Red+Green+Blue) = 163+64+63=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403F is #5CBFC0. Grayscale: #5D5D5D. Windows color (decimal): -6078401 or 4145315. OLE color: 4145315.

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

Color convert

RGB1636463-
CMYK00.610.610.36
HSL0.6º44.25%44.31%-
HSV(B)0.6º61.35%63.92%-
XYZ17.8311.816.04-
YUV93.49110.8177.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 63 (25% from 255) = 21.72%
R=56.21%
G=22.07%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163646300.610.610.360.644.2544.31
HexA3403F03D3D2412c2c
Octal24310077075754415454
Binary10100011100000011111101111011111011001001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3403F; }

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

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

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

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

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

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

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

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