Html Css Color HEX #AB3900 Rust

📋 copy color: '#AB3900'

red 171 ◦ green 57 ◦ blue 0

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

Shades of Rust #AB3900

Tints of Rust #AB3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB3900 (or 0xAB3900) is known color: Rust. HEX triplet: AB, 39 and 00. RGB value is (171,57,0). Sum of RGB (Red+Green+Blue) = 171+57+0=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3900 is #54C6FF. Grayscale: #545454. Windows color (decimal): -5555968 or 14763. OLE color: 14763.

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

Color convert

RGB 171 57 0 -
CMYK 0 0.67 1 0.33
HSL 20º 1% 0.34% -
HSV(B) 20º 1% 0.67% -
XYZ 18.26 11.58 1.27 -
YUV 84.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 171 57 0 0 0.67 1 0.33 20 1 0.34
Hex AB 39 0 0 43 64 21 14 64 22
Octal 253 71 0 0 103 144 41 24 144 42
Binary 10101011 111001 0 0 1000011 1100100 100001 10100 1100100 100010

Color Harmonies of #AB3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3900

Black with #AB3900

Text Example


Text Example

White with #AB3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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