Html Css Color HEX #AB3115 Rust

📋 copy color: '#AB3115'

red 171 ◦ green 49 ◦ blue 21

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

Shades of Rust #AB3115

Tints of Rust #AB3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 70.95%
G = 20.33%
B = 8.71%

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

#AB3115 (or 0xAB3115) is known color: Rust. HEX triplet: AB, 31 and 15. RGB value is (171,49,21). Sum of RGB (Red+Green+Blue) = 171+49+21=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3115 is #54CEEA. Grayscale: #525252. Windows color (decimal): -5557995 or 1388971. OLE color: 1388971.

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

Color convert

RGB 171 49 21 -
CMYK 0 0.71 0.88 0.33
HSL 11.2º 0.78% 0.38% -
HSV(B) 11.2º 0.88% 0.67% -
XYZ 18.03 10.91 1.86 -
YUV 82.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 171 49 21 0 0.71 0.88 0.33 11.2 0.78 0.38
Hex AB 31 15 0 47 58 21 B 4E 26
Octal 253 61 25 0 107 130 41 13 116 46
Binary 10101011 110001 10101 0 1000111 1011000 100001 1011 1001110 100110

Color Harmonies of #AB3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3115

Black with #AB3115

Text Example


Text Example

White with #AB3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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