Html Css Color HEX #AB4E13 Rust

📋 copy color: '#AB4E13'

red 171 ◦ green 78 ◦ blue 19

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

Shades of Rust #AB4E13

Tints of Rust #AB4E13

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

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

R = 63.81%
G = 29.1%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4E13 (or 0xAB4E13) is known color: Rust. HEX triplet: AB, 4E and 13. RGB value is (171,78,19). Sum of RGB (Red+Green+Blue) = 171+78+19=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E13 is #54B1EC. Grayscale: #636363. Windows color (decimal): -5550573 or 1265323. OLE color: 1265323.

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

Color convert

RGB 171 78 19 -
CMYK 0 0.54 0.89 0.33
HSL 23.29º 0.8% 0.37% -
HSV(B) 23.29º 0.89% 0.67% -
XYZ 19.64 14.15 2.31 -
YUV 99.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 171 78 19 0 0.54 0.89 0.33 23.29 0.8 0.37
Hex AB 4E 13 0 36 59 21 17 50 25
Octal 253 116 23 0 66 131 41 27 120 45
Binary 10101011 1001110 10011 0 110110 1011001 100001 10111 1010000 100101

Color Harmonies of #AB4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E13

Black with #AB4E13

Text Example


Text Example

White with #AB4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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