Html Css Color HEX #AB3113 Rust

📋 copy color: '#AB3113'

red 171 ◦ green 49 ◦ blue 19

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

Shades of Rust #AB3113

Tints of Rust #AB3113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 71.55%
G = 20.5%
B = 7.95%

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

#AB3113 (or 0xAB3113) is known color: Rust. HEX triplet: AB, 31 and 13. RGB value is (171,49,19). Sum of RGB (Red+Green+Blue) = 171+49+19=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3113 is #54CEEC. Grayscale: #525252. Windows color (decimal): -5557997 or 1257899. OLE color: 1257899.

HSL color Cylindrical-coordinate representation of color #AB3113: hue angle of 11.84º degrees, saturation: 0.8, 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 #AB3113 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 19 -
CMYK 0 0.71 0.89 0.33
HSL 11.84º 0.8% 0.37% -
HSV(B) 11.84º 0.89% 0.67% -
XYZ 18.01 10.9 1.77 -
YUV 82.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 171 49 19 0 0.71 0.89 0.33 11.84 0.8 0.37
Hex AB 31 13 0 47 59 21 C 50 25
Octal 253 61 23 0 107 131 41 14 120 45
Binary 10101011 110001 10011 0 1000111 1011001 100001 1100 1010000 100101

Color Harmonies of #AB3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3113

Black with #AB3113

Text Example


Text Example

White with #AB3113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3113; }

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

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

background-color css

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

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

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

border-color css

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

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

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