Html Css Color HEX #AB4141 Roof Terracotta

📋 copy color: '#AB4141'

red 171 ◦ green 65 ◦ blue 65

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

Shades of Roof Terracotta #AB4141

Tints of Roof Terracotta #AB4141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 56.81%
G = 21.59%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB4141 (or 0xAB4141) is known color: Roof Terracotta. HEX triplet: AB, 41 and 41. RGB value is (171,65,65). Sum of RGB (Red+Green+Blue) = 171+65+65=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4141 is #54BEBE. Grayscale: #606060. Windows color (decimal): -5553855 or 4276651. OLE color: 4276651.

HSL color Cylindrical-coordinate representation of color #AB4141: hue angle of 0º 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 #AB4141 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 65 -
CMYK 0 0.62 0.62 0.33
HSL 0.45% 0.46% -
HSV(B) 0.62% 0.67% -
XYZ 19.64 12.82 6.44 -
YUV 96.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 171 65 65 0 0.62 0.62 0.33 0 0.45 0.46
Hex AB 41 41 0 3E 3E 21 0 2D 2E
Octal 253 101 101 0 76 76 41 0 55 56
Binary 10101011 1000001 1000001 0 111110 111110 100001 0 101101 101110

Color Harmonies of #AB4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4141

Black with #AB4141

Text Example


Text Example

White with #AB4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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