Html Css Color HEX #AB3400 Rust

📋 copy color: '#AB3400'

red 171 ◦ green 52 ◦ blue 0

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

Shades of Rust #AB3400

Tints of Rust #AB3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 76.68%
G = 23.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB3400 (or 0xAB3400) is known color: Rust. HEX triplet: AB, 34 and 00. RGB value is (171,52,0). Sum of RGB (Red+Green+Blue) = 171+52+0=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3400 is #54CBFF. Grayscale: #515151. Windows color (decimal): -5557248 or 13483. OLE color: 13483.

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

Color convert

RGB 171 52 0 -
CMYK 0 0.70 1 0.33
HSL 18.25º 1% 0.34% -
HSV(B) 18.25º 1% 0.67% -
XYZ 18.02 11.11 1.2 -
YUV 81.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 171 52 0 0 0.70 1 0.33 18.25 1 0.34
Hex AB 34 0 0 46 64 21 12 64 22
Octal 253 64 0 0 106 144 41 22 144 42
Binary 10101011 110100 0 0 1000110 1100100 100001 10010 1100100 100010

Color Harmonies of #AB3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3400

Black with #AB3400

Text Example


Text Example

White with #AB3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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