Html Css Color HEX #AB4C0D Rust

📋 copy color: '#AB4C0D'

red 171 ◦ green 76 ◦ blue 13

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

Shades of Rust #AB4C0D

Tints of Rust #AB4C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 65.77%
G = 29.23%
B = 5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB4C0D (or 0xAB4C0D) is known color: Rust. HEX triplet: AB, 4C and 0D. RGB value is (171,76,13). Sum of RGB (Red+Green+Blue) = 171+76+13=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C0D is #54B3F2. Grayscale: #616161. Windows color (decimal): -5551091 or 871595. OLE color: 871595.

HSL color Cylindrical-coordinate representation of color #AB4C0D: hue angle of 23.92º degrees, saturation: 0.86, 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 #AB4C0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 13 -
CMYK 0 0.56 0.92 0.33
HSL 23.92º 0.86% 0.36% -
HSV(B) 23.92º 0.92% 0.67% -
XYZ 19.45 13.86 2.03 -
YUV 97.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 171 76 13 0 0.56 0.92 0.33 23.92 0.86 0.36
Hex AB 4C D 0 38 5C 21 18 56 24
Octal 253 114 15 0 70 134 41 30 126 44
Binary 10101011 1001100 1101 0 111000 1011100 100001 11000 1010110 100100

Color Harmonies of #AB4C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C0D

Black with #AB4C0D

Text Example


Text Example

White with #AB4C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C0D; }

 p { color: rgb(171,76,13); }

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

background-color css

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

 a { background-color: rgb(171,76,13); }

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

border-color css

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

 span { border-color: rgb(171,76,13); }

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