Html Css Color HEX #AB3112 Rust

📋 copy color: '#AB3112'

red 171 ◦ green 49 ◦ blue 18

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

Shades of Rust #AB3112

Tints of Rust #AB3112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 71.85%
G = 20.59%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3112 (or 0xAB3112) is known color: Rust. HEX triplet: AB, 31 and 12. RGB value is (171,49,18). Sum of RGB (Red+Green+Blue) = 171+49+18=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3112 is #54CEED. Grayscale: #525252. Windows color (decimal): -5557998 or 1192363. OLE color: 1192363.

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

Color convert

RGB 171 49 18 -
CMYK 0 0.71 0.89 0.33
HSL 12.16º 0.81% 0.37% -
HSV(B) 12.16º 0.89% 0.67% -
XYZ 18 10.9 1.73 -
YUV 81.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 171 49 18 0 0.71 0.89 0.33 12.16 0.81 0.37
Hex AB 31 12 0 47 59 21 C 51 25
Octal 253 61 22 0 107 131 41 14 121 45
Binary 10101011 110001 10010 0 1000111 1011001 100001 1100 1010001 100101

Color Harmonies of #AB3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3112

Black with #AB3112

Text Example


Text Example

White with #AB3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3112; }

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

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

background-color css

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

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

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

border-color css

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

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

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