Html Css Color HEX #AB2801 Rust

📋 copy color: '#AB2801'

red 171 ◦ green 40 ◦ blue 1

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

Shades of Rust #AB2801

Tints of Rust #AB2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 80.66%
G = 18.87%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2801 (or 0xAB2801) is known color: Rust. HEX triplet: AB, 28 and 01. RGB value is (171,40,1). Sum of RGB (Red+Green+Blue) = 171+40+1=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2801 is #54D7FE. Grayscale: #4B4B4B. Windows color (decimal): -5560319 or 75947. OLE color: 75947.

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

Color convert

RGB 171 40 1 -
CMYK 0 0.77 0.99 0.33
HSL 13.76º 0.99% 0.34% -
HSV(B) 13.76º 0.99% 0.67% -
XYZ 17.56 10.18 1.07 -
YUV 74.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 171 40 1 0 0.77 0.99 0.33 13.76 0.99 0.34
Hex AB 28 1 0 4D 63 21 E 63 22
Octal 253 50 1 0 115 143 41 16 143 42
Binary 10101011 101000 1 0 1001101 1100011 100001 1110 1100011 100010

Color Harmonies of #AB2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2801

Black with #AB2801

Text Example


Text Example

White with #AB2801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2801; }

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

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

background-color css

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

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

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

border-color css

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

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

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