Html Css Color HEX #A1443F Roof Terracotta

📋 copy color: '#A1443F'

red 161 ◦ green 68 ◦ blue 63

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

Shades of Roof Terracotta #A1443F

Tints of Roof Terracotta #A1443F

RGB

 RED value IS 161 (63.28% from 255) = 55.14%

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 55.14%
G = 23.29%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1443F (or 0xA1443F) is known color: Roof Terracotta. HEX triplet: A1, 44 and 3F. RGB value is (161,68,63). Sum of RGB (Red+Green+Blue) = 161+68+63=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1443F is #5EBBC0. Grayscale: #5F5F5F. Windows color (decimal): -6208449 or 4146337. OLE color: 4146337.

HSL color Cylindrical-coordinate representation of color #A1443F: hue angle of 3.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1443F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 63 -
CMYK 0 0.58 0.61 0.37
HSL 3.06º 0.44% 0.44% -
HSV(B) 3.06º 0.61% 0.63% -
XYZ 17.66 12.07 6.1 -
YUV 95.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 161 68 63 0 0.58 0.61 0.37 3.06 0.44 0.44
Hex A1 44 3F 0 3A 3D 25 3 2C 2C
Octal 241 104 77 0 72 75 45 3 54 54
Binary 10100001 1000100 111111 0 111010 111101 100101 11 101100 101100

Color Harmonies of #A1443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1443F

Black with #A1443F

Text Example


Text Example

White with #A1443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1443F; }

 p { color: rgb(161,68,63); }

 H1.HeaderClassName
 {
   color: #A1443F;
 }
 .AnyTagClassName
 {
   color: #A1443F;
 }
</style>

background-color css

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

 a { background-color: rgb(161,68,63); }

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

border-color css

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

 span { border-color: rgb(161,68,63); }

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