Html Css Color HEX #AB542D Red Stage

📋 copy color: '#AB542D'

red 171 ◦ green 84 ◦ blue 45

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

Shades of Red Stage #AB542D

Tints of Red Stage #AB542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 57%
G = 28%
B = 15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB542D (or 0xAB542D) is known color: Red Stage. HEX triplet: AB, 54 and 2D. RGB value is (171,84,45). Sum of RGB (Red+Green+Blue) = 171+84+45=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB542D is #54ABD2. Grayscale: #696969. Windows color (decimal): -5549011 or 2970795. OLE color: 2970795.

HSL color Cylindrical-coordinate representation of color #AB542D: hue angle of 18.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB542D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 45 -
CMYK 0 0.51 0.74 0.33
HSL 18.57º 0.58% 0.42% -
HSV(B) 18.57º 0.74% 0.67% -
XYZ 20.44 15.19 4.34 -
YUV 105.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 171 84 45 0 0.51 0.74 0.33 18.57 0.58 0.42
Hex AB 54 2D 0 33 4A 21 13 3A 2A
Octal 253 124 55 0 63 112 41 23 72 52
Binary 10101011 1010100 101101 0 110011 1001010 100001 10011 111010 101010

Color Harmonies of #AB542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB542D

Black with #AB542D

Text Example


Text Example

White with #AB542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB542D; }

 p { color: rgb(171,84,45); }

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

background-color css

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

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

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

border-color css

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

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

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