Html Css Color HEX #AB2600 Rust

📋 copy color: '#AB2600'

red 171 ◦ green 38 ◦ blue 0

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

Shades of Rust #AB2600

Tints of Rust #AB2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2600 (or 0xAB2600) is known color: Rust. HEX triplet: AB, 26 and 00. RGB value is (171,38,0). Sum of RGB (Red+Green+Blue) = 171+38+0=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2600 is #54D9FF. Grayscale: #494949. Windows color (decimal): -5560832 or 9899. OLE color: 9899.

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

Color convert

RGB 171 38 0 -
CMYK 0 0.78 1 0.33
HSL 13.33º 1% 0.34% -
HSV(B) 13.33º 1% 0.67% -
XYZ 17.49 10.04 1.02 -
YUV 73.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 171 38 0 0 0.78 1 0.33 13.33 1 0.34
Hex AB 26 0 0 4E 64 21 D 64 22
Octal 253 46 0 0 116 144 41 15 144 42
Binary 10101011 100110 0 0 1001110 1100100 100001 1101 1100100 100010

Color Harmonies of #AB2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2600

Black with #AB2600

Text Example


Text Example

White with #AB2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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