Html Css Color HEX #AB4F0B Rust

📋 copy color: '#AB4F0B'

red 171 ◦ green 79 ◦ blue 11

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

Shades of Rust #AB4F0B

Tints of Rust #AB4F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 65.52%
G = 30.27%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB4F0B (or 0xAB4F0B) is known color: Rust. HEX triplet: AB, 4F and 0B. RGB value is (171,79,11). Sum of RGB (Red+Green+Blue) = 171+79+11=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4F0B is #54B0F4. Grayscale: #636363. Windows color (decimal): -5550325 or 741291. OLE color: 741291.

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

Color convert

RGB 171 79 11 -
CMYK 0 0.54 0.94 0.33
HSL 25.5º 0.88% 0.36% -
HSV(B) 25.5º 0.94% 0.67% -
XYZ 19.65 14.27 2.04 -
YUV 98.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 171 79 11 0 0.54 0.94 0.33 25.5 0.88 0.36
Hex AB 4F B 0 36 5E 21 1A 58 24
Octal 253 117 13 0 66 136 41 32 130 44
Binary 10101011 1001111 1011 0 110110 1011110 100001 11010 1011000 100100

Color Harmonies of #AB4F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F0B

Black with #AB4F0B

Text Example


Text Example

White with #AB4F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F0B; }

 p { color: rgb(171,79,11); }

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

background-color css

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

 a { background-color: rgb(171,79,11); }

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

border-color css

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

 span { border-color: rgb(171,79,11); }

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