Html Css Color HEX #AB2E00 Rust

📋 copy color: '#AB2E00'

red 171 ◦ green 46 ◦ blue 0

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

Shades of Rust #AB2E00

Tints of Rust #AB2E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

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

R = 78.8%
G = 21.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2E00 (or 0xAB2E00) is known color: Rust. HEX triplet: AB, 2E and 00. RGB value is (171,46,0). Sum of RGB (Red+Green+Blue) = 171+46+0=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E00 is #54D1FF. Grayscale: #4E4E4E. Windows color (decimal): -5558784 or 11947. OLE color: 11947.

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

Color convert

RGB 171 46 0 -
CMYK 0 0.73 1 0.33
HSL 16.14º 1% 0.34% -
HSV(B) 16.14º 1% 0.67% -
XYZ 17.77 10.61 1.11 -
YUV 78.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 171 46 0 0 0.73 1 0.33 16.14 1 0.34
Hex AB 2E 0 0 49 64 21 10 64 22
Octal 253 56 0 0 111 144 41 20 144 42
Binary 10101011 101110 0 0 1001001 1100100 100001 10000 1100100 100010

Color Harmonies of #AB2E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E00

Black with #AB2E00

Text Example


Text Example

White with #AB2E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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