Html Css Color HEX #AB532F Red Stage

📋 copy color: '#AB532F'

red 171 ◦ green 83 ◦ blue 47

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

Shades of Red Stage #AB532F

Tints of Red Stage #AB532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 56.81%
G = 27.57%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB532F (or 0xAB532F) is known color: Red Stage. HEX triplet: AB, 53 and 2F. RGB value is (171,83,47). Sum of RGB (Red+Green+Blue) = 171+83+47=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB532F is #54ACD0. Grayscale: #696969. Windows color (decimal): -5549265 or 3101611. OLE color: 3101611.

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

Color convert

RGB 171 83 47 -
CMYK 0 0.51 0.73 0.33
HSL 17.42º 0.57% 0.43% -
HSV(B) 17.42º 0.73% 0.67% -
XYZ 20.4 15.05 4.52 -
YUV 105.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 171 83 47 0 0.51 0.73 0.33 17.42 0.57 0.43
Hex AB 53 2F 0 33 49 21 11 39 2B
Octal 253 123 57 0 63 111 41 21 71 53
Binary 10101011 1010011 101111 0 110011 1001001 100001 10001 111001 101011

Color Harmonies of #AB532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB532F

Black with #AB532F

Text Example


Text Example

White with #AB532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB532F; }

 p { color: rgb(171,83,47); }

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

background-color css

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

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

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

border-color css

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

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

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