Html Css Color HEX #AB4D0D Rust

📋 copy color: '#AB4D0D'

red 171 ◦ green 77 ◦ blue 13

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

Shades of Rust #AB4D0D

Tints of Rust #AB4D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

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

R = 65.52%
G = 29.5%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB4D0D (or 0xAB4D0D) is known color: Rust. HEX triplet: AB, 4D and 0D. RGB value is (171,77,13). Sum of RGB (Red+Green+Blue) = 171+77+13=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D0D is #54B2F2. Grayscale: #626262. Windows color (decimal): -5550835 or 871851. OLE color: 871851.

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

Color convert

RGB 171 77 13 -
CMYK 0 0.55 0.92 0.33
HSL 24.3º 0.86% 0.36% -
HSV(B) 24.3º 0.92% 0.67% -
XYZ 19.52 13.99 2.05 -
YUV 97.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 171 77 13 0 0.55 0.92 0.33 24.3 0.86 0.36
Hex AB 4D D 0 37 5C 21 18 56 24
Octal 253 115 15 0 67 134 41 30 126 44
Binary 10101011 1001101 1101 0 110111 1011100 100001 11000 1010110 100100

Color Harmonies of #AB4D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D0D

Black with #AB4D0D

Text Example


Text Example

White with #AB4D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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