Html Css Color HEX #A3413F Roof Terracotta

📋 copy color: '#A3413F'

red 163 ◦ green 65 ◦ blue 63

#A3413F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roof Terracotta #A3413F

Tints of Roof Terracotta #A3413F

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 value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3413F (or 0xA3413F) is known color: 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

RGB 163 65 63 -
CMYK 0 0.60 0.61 0.36
HSL 1.2º 0.44% 0.44% -
HSV(B) 1.2º 0.61% 0.64% -
XYZ 17.89 11.93 6.06 -
YUV 94.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 163 65 63 0 0.60 0.61 0.36 1.2 0.44 0.44
Hex A3 41 3F 0 3C 3D 24 1 2C 2C
Octal 243 101 77 0 74 75 44 1 54 54
Binary 10100011 1000001 111111 0 111100 111101 100100 1 101100 101100

Color Harmonies of #A3413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3413F

Black with #A3413F

Text Example


Text Example

White with #A3413F

Text Example


Text Example

HTML Codes & Css Web 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>