Html Css Color HEX #AB4800 Rust

📋 copy color: '#AB4800'

red 171 ◦ green 72 ◦ blue 0

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

Shades of Rust #AB4800

Tints of Rust #AB4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 70.37%
G = 29.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB4800 (or 0xAB4800) is known color: Rust. HEX triplet: AB, 48 and 00. RGB value is (171,72,0). Sum of RGB (Red+Green+Blue) = 171+72+0=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4800 is #54B7FF. Grayscale: #5D5D5D. Windows color (decimal): -5552128 or 18603. OLE color: 18603.

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

Color convert

RGB 171 72 0 -
CMYK 0 0.58 1 0.33
HSL 25.26º 1% 0.34% -
HSV(B) 25.26º 1% 0.67% -
XYZ 19.11 13.29 1.56 -
YUV 93.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 171 72 0 0 0.58 1 0.33 25.26 1 0.34
Hex AB 48 0 0 3A 64 21 19 64 22
Octal 253 110 0 0 72 144 41 31 144 42
Binary 10101011 1001000 0 0 111010 1100100 100001 11001 1100100 100010

Color Harmonies of #AB4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4800

Black with #AB4800

Text Example


Text Example

White with #AB4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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