Html Css Color HEX #AB3114 Rust

📋 copy color: '#AB3114'

red 171 ◦ green 49 ◦ blue 20

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

Shades of Rust #AB3114

Tints of Rust #AB3114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 71.25%
G = 20.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3114 (or 0xAB3114) is known color: Rust. HEX triplet: AB, 31 and 14. RGB value is (171,49,20). Sum of RGB (Red+Green+Blue) = 171+49+20=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3114 is #54CEEB. Grayscale: #525252. Windows color (decimal): -5557996 or 1323435. OLE color: 1323435.

HSL color Cylindrical-coordinate representation of color #AB3114: hue angle of 11.52º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3114 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 20 -
CMYK 0 0.71 0.88 0.33
HSL 11.52º 0.79% 0.37% -
HSV(B) 11.52º 0.88% 0.67% -
XYZ 18.02 10.91 1.82 -
YUV 82.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 171 49 20 0 0.71 0.88 0.33 11.52 0.79 0.37
Hex AB 31 14 0 47 58 21 C 4F 25
Octal 253 61 24 0 107 130 41 14 117 45
Binary 10101011 110001 10100 0 1000111 1011000 100001 1100 1001111 100101

Color Harmonies of #AB3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3114

Black with #AB3114

Text Example


Text Example

White with #AB3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3114; }

 p { color: rgb(171,49,20); }

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

background-color css

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

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

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

border-color css

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

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

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