Html Css Color HEX #A3453F Roof Terracotta

📋 copy color: '#A3453F'

red 163 ◦ green 69 ◦ blue 63

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

Shades of Roof Terracotta #A3453F

Tints of Roof Terracotta #A3453F

RGB

 RED value IS 163 (64.06% from 255) = 55.25%

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 55.25%
G = 23.39%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3453F (or 0xA3453F) is known color: Roof Terracotta. HEX triplet: A3, 45 and 3F. RGB value is (163,69,63). Sum of RGB (Red+Green+Blue) = 163+69+63=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453F is #5CBAC0. Grayscale: #606060. Windows color (decimal): -6077121 or 4146595. OLE color: 4146595.

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

Color convert

RGB 163 69 63 -
CMYK 0 0.58 0.61 0.36
HSL 3.6º 0.44% 0.44% -
HSV(B) 3.6º 0.61% 0.64% -
XYZ 18.13 12.4 6.14 -
YUV 96.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 163 69 63 0 0.58 0.61 0.36 3.6 0.44 0.44
Hex A3 45 3F 0 3A 3D 24 4 2C 2C
Octal 243 105 77 0 72 75 44 4 54 54
Binary 10100011 1000101 111111 0 111010 111101 100100 100 101100 101100

Color Harmonies of #A3453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3453F

Black with #A3453F

Text Example


Text Example

White with #A3453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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