Html Css Color HEX #AB4B0D Rust

📋 copy color: '#AB4B0D'

red 171 ◦ green 75 ◦ blue 13

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

Shades of Rust #AB4B0D

Tints of Rust #AB4B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.96%

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

R = 66.02%
G = 28.96%
B = 5.02%

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

#AB4B0D (or 0xAB4B0D) is known color: Rust. HEX triplet: AB, 4B and 0D. RGB value is (171,75,13). Sum of RGB (Red+Green+Blue) = 171+75+13=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B0D is #54B4F2. Grayscale: #606060. Windows color (decimal): -5551347 or 871339. OLE color: 871339.

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

Color convert

RGB 171 75 13 -
CMYK 0 0.56 0.92 0.33
HSL 23.54º 0.86% 0.36% -
HSV(B) 23.54º 0.92% 0.67% -
XYZ 19.38 13.72 2.01 -
YUV 96.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 171 75 13 0 0.56 0.92 0.33 23.54 0.86 0.36
Hex AB 4B D 0 38 5C 21 18 56 24
Octal 253 113 15 0 70 134 41 30 126 44
Binary 10101011 1001011 1101 0 111000 1011100 100001 11000 1010110 100100

Color Harmonies of #AB4B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B0D

Black with #AB4B0D

Text Example


Text Example

White with #AB4B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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