Html Css Color HEX #AB4E12 Rust

📋 copy color: '#AB4E12'

red 171 ◦ green 78 ◦ blue 18

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

Shades of Rust #AB4E12

Tints of Rust #AB4E12

RGB

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

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

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

R = 64.04%
G = 29.21%
B = 6.74%

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

#AB4E12 (or 0xAB4E12) is known color: Rust. HEX triplet: AB, 4E and 12. RGB value is (171,78,18). Sum of RGB (Red+Green+Blue) = 171+78+18=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E12 is #54B1ED. Grayscale: #636363. Windows color (decimal): -5550574 or 1199787. OLE color: 1199787.

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

Color convert

RGB 171 78 18 -
CMYK 0 0.54 0.89 0.33
HSL 23.53º 0.81% 0.37% -
HSV(B) 23.53º 0.89% 0.67% -
XYZ 19.63 14.15 2.27 -
YUV 98.97 82.31 179.38 -
System Red Green Blue C M Y K H S L
Decimal 171 78 18 0 0.54 0.89 0.33 23.53 0.81 0.37
Hex AB 4E 12 0 36 59 21 18 51 25
Octal 253 116 22 0 66 131 41 30 121 45
Binary 10101011 1001110 10010 0 110110 1011001 100001 11000 1010001 100101

Color Harmonies of #AB4E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E12

Black with #AB4E12

Text Example


Text Example

White with #AB4E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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