Html Css Color HEX #AB2900 Rust

📋 copy color: '#AB2900'

red 171 ◦ green 41 ◦ blue 0

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

Shades of Rust #AB2900

Tints of Rust #AB2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 80.66%
G = 19.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2900 (or 0xAB2900) is known color: Rust. HEX triplet: AB, 29 and 00. RGB value is (171,41,0). Sum of RGB (Red+Green+Blue) = 171+41+0=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2900 is #54D6FF. Grayscale: #4B4B4B. Windows color (decimal): -5560064 or 10667. OLE color: 10667.

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

Color convert

RGB 171 41 0 -
CMYK 0 0.76 1 0.33
HSL 14.39º 1% 0.34% -
HSV(B) 14.39º 1% 0.67% -
XYZ 17.59 10.24 1.05 -
YUV 75.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 171 41 0 0 0.76 1 0.33 14.39 1 0.34
Hex AB 29 0 0 4C 64 21 E 64 22
Octal 253 51 0 0 114 144 41 16 144 42
Binary 10101011 101001 0 0 1001100 1100100 100001 1110 1100100 100010

Color Harmonies of #AB2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2900

Black with #AB2900

Text Example


Text Example

White with #AB2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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