Html Css Color HEX #AB552D Red Stage

📋 copy color: '#AB552D'

red 171 ◦ green 85 ◦ blue 45

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

Shades of Red Stage #AB552D

Tints of Red Stage #AB552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 56.81%
G = 28.24%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB552D (or 0xAB552D) is known color: Red Stage. HEX triplet: AB, 55 and 2D. RGB value is (171,85,45). Sum of RGB (Red+Green+Blue) = 171+85+45=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB552D is #54AAD2. Grayscale: #6A6A6A. Windows color (decimal): -5548755 or 2971051. OLE color: 2971051.

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

Color convert

RGB 171 85 45 -
CMYK 0 0.50 0.74 0.33
HSL 19.05º 0.58% 0.42% -
HSV(B) 19.05º 0.74% 0.67% -
XYZ 20.52 15.34 4.36 -
YUV 106.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 171 85 45 0 0.50 0.74 0.33 19.05 0.58 0.42
Hex AB 55 2D 0 32 4A 21 13 3A 2A
Octal 253 125 55 0 62 112 41 23 72 52
Binary 10101011 1010101 101101 0 110010 1001010 100001 10011 111010 101010

Color Harmonies of #AB552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB552D

Black with #AB552D

Text Example


Text Example

White with #AB552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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