Html Css Color HEX #AB5300 Rust

📋 copy color: '#AB5300'

red 171 ◦ green 83 ◦ blue 0

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

Shades of Rust #AB5300

Tints of Rust #AB5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.32%
G = 32.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB5300 (or 0xAB5300) is known color: Rust. HEX triplet: AB, 53 and 00. RGB value is (171,83,0). Sum of RGB (Red+Green+Blue) = 171+83+0=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5300 is #54ACFF. Grayscale: #646464. Windows color (decimal): -5549312 or 21419. OLE color: 21419.

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

Color convert

RGB 171 83 0 -
CMYK 0 0.51 1 0.33
HSL 29.12º 1% 0.34% -
HSV(B) 29.12º 1% 0.67% -
XYZ 19.89 14.84 1.82 -
YUV 99.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 171 83 0 0 0.51 1 0.33 29.12 1 0.34
Hex AB 53 0 0 33 64 21 1D 64 22
Octal 253 123 0 0 63 144 41 35 144 42
Binary 10101011 1010011 0 0 110011 1100100 100001 11101 1100100 100010

Color Harmonies of #AB5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5300

Black with #AB5300

Text Example


Text Example

White with #AB5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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