Html Css Color HEX #AB480F Rust

📋 copy color: '#AB480F'

red 171 ◦ green 72 ◦ blue 15

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

Shades of Rust #AB480F

Tints of Rust #AB480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 66.28%
G = 27.91%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB480F (or 0xAB480F) is known color: Rust. HEX triplet: AB, 48 and 0F. RGB value is (171,72,15). Sum of RGB (Red+Green+Blue) = 171+72+15=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB480F is #54B7F0. Grayscale: #5F5F5F. Windows color (decimal): -5552113 or 1001643. OLE color: 1001643.

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

Color convert

RGB 171 72 15 -
CMYK 0 0.58 0.91 0.33
HSL 21.92º 0.84% 0.36% -
HSV(B) 21.92º 0.91% 0.67% -
XYZ 19.2 13.33 2.01 -
YUV 95.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 171 72 15 0 0.58 0.91 0.33 21.92 0.84 0.36
Hex AB 48 F 0 3A 5B 21 16 54 24
Octal 253 110 17 0 72 133 41 26 124 44
Binary 10101011 1001000 1111 0 111010 1011011 100001 10110 1010100 100100

Color Harmonies of #AB480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB480F

Black with #AB480F

Text Example


Text Example

White with #AB480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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