Html Css Color HEX #AB530D Rust

📋 copy color: '#AB530D'

red 171 ◦ green 83 ◦ blue 13

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

Shades of Rust #AB530D

Tints of Rust #AB530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

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

R = 64.04%
G = 31.09%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB530D (or 0xAB530D) is known color: Rust. HEX triplet: AB, 53 and 0D. RGB value is (171,83,13). Sum of RGB (Red+Green+Blue) = 171+83+13=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB530D is #54ACF2. Grayscale: #656565. Windows color (decimal): -5549299 or 873387. OLE color: 873387.

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

Color convert

RGB 171 83 13 -
CMYK 0 0.51 0.92 0.33
HSL 26.58º 0.86% 0.36% -
HSV(B) 26.58º 0.92% 0.67% -
XYZ 19.96 14.87 2.2 -
YUV 101.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 171 83 13 0 0.51 0.92 0.33 26.58 0.86 0.36
Hex AB 53 D 0 33 5C 21 1B 56 24
Octal 253 123 15 0 63 134 41 33 126 44
Binary 10101011 1010011 1101 0 110011 1011100 100001 11011 1010110 100100

Color Harmonies of #AB530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB530D

Black with #AB530D

Text Example


Text Example

White with #AB530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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