Html Css Color HEX #A24141 Roof Terracotta

📋 copy color: '#A24141'

red 162 ◦ green 65 ◦ blue 65

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

Shades of Roof Terracotta #A24141

Tints of Roof Terracotta #A24141

RGB

 RED value IS 162 (63.67% from 255) = 55.48%

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

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

R = 55.48%
G = 22.26%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24141 (or 0xA24141) is known color: Roof Terracotta. HEX triplet: A2, 41 and 41. RGB value is (162,65,65). Sum of RGB (Red+Green+Blue) = 162+65+65=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24141 is #5DBEBE. Grayscale: #5E5E5E. Windows color (decimal): -6143679 or 4276642. OLE color: 4276642.

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

Color convert

RGB 162 65 65 -
CMYK 0 0.60 0.60 0.36
HSL 0.43% 0.45% -
HSV(B) 0.6% 0.64% -
XYZ 17.74 11.84 6.35 -
YUV 94 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 162 65 65 0 0.60 0.60 0.36 0 0.43 0.45
Hex A2 41 41 0 3C 3C 24 0 2B 2D
Octal 242 101 101 0 74 74 44 0 53 55
Binary 10100010 1000001 1000001 0 111100 111100 100100 0 101011 101101

Color Harmonies of #A24141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24141

Black with #A24141

Text Example


Text Example

White with #A24141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24141; }

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

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

background-color css

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

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

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

border-color css

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

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

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