Html Css Color HEX #AB2800 Rust

📋 copy color: '#AB2800'

red 171 ◦ green 40 ◦ blue 0

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

Shades of Rust #AB2800

Tints of Rust #AB2800

RGB

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

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

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

R = 81.04%
G = 18.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2800 (or 0xAB2800) is known color: Rust. HEX triplet: AB, 28 and 00. RGB value is (171,40,0). Sum of RGB (Red+Green+Blue) = 171+40+0=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2800 is #54D7FF. Grayscale: #4A4A4A. Windows color (decimal): -5560320 or 10411. OLE color: 10411.

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

Color convert

RGB 171 40 0 -
CMYK 0 0.77 1 0.33
HSL 14.04º 1% 0.34% -
HSV(B) 14.04º 1% 0.67% -
XYZ 17.55 10.18 1.04 -
YUV 74.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 171 40 0 0 0.77 1 0.33 14.04 1 0.34
Hex AB 28 0 0 4D 64 21 E 64 22
Octal 253 50 0 0 115 144 41 16 144 42
Binary 10101011 101000 0 0 1001101 1100100 100001 1110 1100100 100010

Color Harmonies of #AB2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2800

Black with #AB2800

Text Example


Text Example

White with #AB2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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