Html Css Color HEX #AB2200 Rust

📋 copy color: '#AB2200'

red 171 ◦ green 34 ◦ blue 0

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

Shades of Rust #AB2200

Tints of Rust #AB2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

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

R = 83.41%
G = 16.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2200 (or 0xAB2200) is known color: Rust. HEX triplet: AB, 22 and 00. RGB value is (171,34,0). Sum of RGB (Red+Green+Blue) = 171+34+0=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2200 is #54DDFF. Grayscale: #474747. Windows color (decimal): -5561856 or 8875. OLE color: 8875.

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

Color convert

RGB 171 34 0 -
CMYK 0 0.80 1 0.33
HSL 11.93º 1% 0.34% -
HSV(B) 11.93º 1% 0.67% -
XYZ 17.37 9.8 0.98 -
YUV 71.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 171 34 0 0 0.80 1 0.33 11.93 1 0.34
Hex AB 22 0 0 50 64 21 C 64 22
Octal 253 42 0 0 120 144 41 14 144 42
Binary 10101011 100010 0 0 1010000 1100100 100001 1100 1100100 100010

Color Harmonies of #AB2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2200

Black with #AB2200

Text Example


Text Example

White with #AB2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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