Html Css Color HEX #AB4241 Roof Terracotta

📋 copy color: '#AB4241'

red 171 ◦ green 66 ◦ blue 65

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

Shades of Roof Terracotta #AB4241

Tints of Roof Terracotta #AB4241

RGB

 RED value IS 171 (67.19% from 255) = 56.62%

 GREEN value IS 66 (26.17% from 255) = 21.85%

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 56.62%
G = 21.85%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4241 (or 0xAB4241) is known color: Roof Terracotta. HEX triplet: AB, 42 and 41. RGB value is (171,66,65). Sum of RGB (Red+Green+Blue) = 171+66+65=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4241 is #54BDBE. Grayscale: #616161. Windows color (decimal): -5553599 or 4276907. OLE color: 4276907.

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

Color convert

RGB 171 66 65 -
CMYK 0 0.61 0.62 0.33
HSL 0.57º 0.45% 0.46% -
HSV(B) 0.57º 0.62% 0.67% -
XYZ 19.7 12.94 6.46 -
YUV 97.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 171 66 65 0 0.61 0.62 0.33 0.57 0.45 0.46
Hex AB 42 41 0 3D 3E 21 1 2D 2E
Octal 253 102 101 0 75 76 41 1 55 56
Binary 10101011 1000010 1000001 0 111101 111110 100001 1 101101 101110

Color Harmonies of #AB4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4241

Black with #AB4241

Text Example


Text Example

White with #AB4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4241; }

 p { color: rgb(171,66,65); }

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

background-color css

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

 a { background-color: rgb(171,66,65); }

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

border-color css

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

 span { border-color: rgb(171,66,65); }

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