Html Css Color HEX #AB530C Rust

📋 copy color: '#AB530C'

red 171 ◦ green 83 ◦ blue 12

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

Shades of Rust #AB530C

Tints of Rust #AB530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 64.29%
G = 31.2%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB530C (or 0xAB530C) is known color: Rust. HEX triplet: AB, 53 and 0C. RGB value is (171,83,12). Sum of RGB (Red+Green+Blue) = 171+83+12=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB530C is #54ACF3. Grayscale: #656565. Windows color (decimal): -5549300 or 807851. OLE color: 807851.

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

Color convert

RGB 171 83 12 -
CMYK 0 0.51 0.93 0.33
HSL 26.79º 0.87% 0.36% -
HSV(B) 26.79º 0.93% 0.67% -
XYZ 19.95 14.87 2.17 -
YUV 101.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 171 83 12 0 0.51 0.93 0.33 26.79 0.87 0.36
Hex AB 53 C 0 33 5D 21 1B 57 24
Octal 253 123 14 0 63 135 41 33 127 44
Binary 10101011 1010011 1100 0 110011 1011101 100001 11011 1010111 100100

Color Harmonies of #AB530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB530C

Black with #AB530C

Text Example


Text Example

White with #AB530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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