Html Css Color HEX #AB2201 Rust

📋 copy color: '#AB2201'

red 171 ◦ green 34 ◦ blue 1

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

Shades of Rust #AB2201

Tints of Rust #AB2201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 83.01%
G = 16.5%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2201 (or 0xAB2201) is known color: Rust. HEX triplet: AB, 22 and 01. RGB value is (171,34,1). Sum of RGB (Red+Green+Blue) = 171+34+1=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2201 is #54DDFE. Grayscale: #474747. Windows color (decimal): -5561855 or 74411. OLE color: 74411.

HSL color Cylindrical-coordinate representation of color #AB2201: hue angle of 11.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB2201 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 1 -
CMYK 0 0.80 0.99 0.33
HSL 11.65º 0.99% 0.34% -
HSV(B) 11.65º 0.99% 0.67% -
XYZ 17.37 9.8 1.01 -
YUV 71.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 171 34 1 0 0.80 0.99 0.33 11.65 0.99 0.34
Hex AB 22 1 0 50 63 21 C 63 22
Octal 253 42 1 0 120 143 41 14 143 42
Binary 10101011 100010 1 0 1010000 1100011 100001 1100 1100011 100010

Color Harmonies of #AB2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2201

Black with #AB2201

Text Example


Text Example

White with #AB2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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