Html Css Color HEX #A1433D Roof Terracotta

📋 copy color: '#A1433D'

red 161 ◦ green 67 ◦ blue 61

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

Shades of Roof Terracotta #A1433D

Tints of Roof Terracotta #A1433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 55.71%
G = 23.18%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1433D (or 0xA1433D) is known color: Roof Terracotta. HEX triplet: A1, 43 and 3D. RGB value is (161,67,61). Sum of RGB (Red+Green+Blue) = 161+67+61=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1433D is #5EBCC2. Grayscale: #5E5E5E. Windows color (decimal): -6208707 or 4015009. OLE color: 4015009.

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

Color convert

RGB 161 67 61 -
CMYK 0 0.58 0.62 0.37
HSL 3.6º 0.45% 0.44% -
HSV(B) 3.6º 0.62% 0.63% -
XYZ 17.55 11.93 5.79 -
YUV 94.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 161 67 61 0 0.58 0.62 0.37 3.6 0.45 0.44
Hex A1 43 3D 0 3A 3E 25 4 2D 2C
Octal 241 103 75 0 72 76 45 4 55 54
Binary 10100001 1000011 111101 0 111010 111110 100101 100 101101 101100

Color Harmonies of #A1433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1433D

Black with #A1433D

Text Example


Text Example

White with #A1433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1433D; }

 p { color: rgb(161,67,61); }

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

background-color css

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

 a { background-color: rgb(161,67,61); }

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

border-color css

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

 span { border-color: rgb(161,67,61); }

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