Html Css Color HEX #A63F3F Roof Terracotta

📋 copy color: '#A63F3F'

red 166 ◦ green 63 ◦ blue 63

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

Shades of Roof Terracotta #A63F3F

Tints of Roof Terracotta #A63F3F

RGB

 RED value IS 166 (65.23% from 255) = 56.85%

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

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

R = 56.85%
G = 21.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A63F3F (or 0xA63F3F) is known color: Roof Terracotta. HEX triplet: A6, 3F and 3F. RGB value is (166,63,63). Sum of RGB (Red+Green+Blue) = 166+63+63=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F3F is #59C0C0. Grayscale: #5D5D5D. Windows color (decimal): -5882049 or 4145062. OLE color: 4145062.

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

Color convert

RGB 166 63 63 -
CMYK 0 0.62 0.62 0.35
HSL 0.45% 0.45% -
HSV(B) 0.62% 0.65% -
XYZ 18.4 12.02 6.05 -
YUV 93.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 166 63 63 0 0.62 0.62 0.35 0 0.45 0.45
Hex A6 3F 3F 0 3E 3E 23 0 2D 2D
Octal 246 77 77 0 76 76 43 0 55 55
Binary 10100110 111111 111111 0 111110 111110 100011 0 101101 101101

Color Harmonies of #A63F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F3F

Black with #A63F3F

Text Example


Text Example

White with #A63F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F3F; }

 p { color: rgb(166,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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