Html Css Color HEX #AB480E Rust

📋 copy color: '#AB480E'

red 171 ◦ green 72 ◦ blue 14

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

Shades of Rust #AB480E

Tints of Rust #AB480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 66.54%
G = 28.02%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB480E (or 0xAB480E) is known color: Rust. HEX triplet: AB, 48 and 0E. RGB value is (171,72,14). Sum of RGB (Red+Green+Blue) = 171+72+14=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB480E is #54B7F1. Grayscale: #5F5F5F. Windows color (decimal): -5552114 or 936107. OLE color: 936107.

HSL color Cylindrical-coordinate representation of color #AB480E: hue angle of 22.17º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB480E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 14 -
CMYK 0 0.58 0.92 0.33
HSL 22.17º 0.85% 0.36% -
HSV(B) 22.17º 0.92% 0.67% -
XYZ 19.19 13.32 1.98 -
YUV 94.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 171 72 14 0 0.58 0.92 0.33 22.17 0.85 0.36
Hex AB 48 E 0 3A 5C 21 16 55 24
Octal 253 110 16 0 72 134 41 26 125 44
Binary 10101011 1001000 1110 0 111010 1011100 100001 10110 1010101 100100

Color Harmonies of #AB480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB480E

Black with #AB480E

Text Example


Text Example

White with #AB480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB480E; }

 p { color: rgb(171,72,14); }

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

background-color css

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

 a { background-color: rgb(171,72,14); }

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

border-color css

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

 span { border-color: rgb(171,72,14); }

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