Html Css Color HEX #AB4612 Rust

📋 copy color: '#AB4612'

red 171 ◦ green 70 ◦ blue 18

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

Shades of Rust #AB4612

Tints of Rust #AB4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 66.02%
G = 27.03%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4612 (or 0xAB4612) is known color: Rust. HEX triplet: AB, 46 and 12. RGB value is (171,70,18). Sum of RGB (Red+Green+Blue) = 171+70+18=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4612 is #54B9ED. Grayscale: #5E5E5E. Windows color (decimal): -5552622 or 1197739. OLE color: 1197739.

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

Color convert

RGB 171 70 18 -
CMYK 0 0.59 0.89 0.33
HSL 20.39º 0.81% 0.37% -
HSV(B) 20.39º 0.89% 0.67% -
XYZ 19.09 13.08 2.09 -
YUV 94.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 171 70 18 0 0.59 0.89 0.33 20.39 0.81 0.37
Hex AB 46 12 0 3B 59 21 14 51 25
Octal 253 106 22 0 73 131 41 24 121 45
Binary 10101011 1000110 10010 0 111011 1011001 100001 10100 1010001 100101

Color Harmonies of #AB4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4612

Black with #AB4612

Text Example


Text Example

White with #AB4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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