Html Css Color HEX #AB4D13 Rust

📋 copy color: '#AB4D13'

red 171 ◦ green 77 ◦ blue 19

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

Shades of Rust #AB4D13

Tints of Rust #AB4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

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

R = 64.04%
G = 28.84%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4D13 (or 0xAB4D13) is known color: Rust. HEX triplet: AB, 4D and 13. RGB value is (171,77,19). Sum of RGB (Red+Green+Blue) = 171+77+19=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D13 is #54B2EC. Grayscale: #626262. Windows color (decimal): -5550829 or 1265067. OLE color: 1265067.

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

Color convert

RGB 171 77 19 -
CMYK 0 0.55 0.89 0.33
HSL 22.89º 0.8% 0.37% -
HSV(B) 22.89º 0.89% 0.67% -
XYZ 19.57 14.01 2.29 -
YUV 98.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 171 77 19 0 0.55 0.89 0.33 22.89 0.8 0.37
Hex AB 4D 13 0 37 59 21 17 50 25
Octal 253 115 23 0 67 131 41 27 120 45
Binary 10101011 1001101 10011 0 110111 1011001 100001 10111 1010000 100101

Color Harmonies of #AB4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D13

Black with #AB4D13

Text Example


Text Example

White with #AB4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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