Html Css Color HEX #AB2B0E Rust

📋 copy color: '#AB2B0E'

red 171 ◦ green 43 ◦ blue 14

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

Shades of Rust #AB2B0E

Tints of Rust #AB2B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 75%
G = 18.86%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB2B0E (or 0xAB2B0E) is known color: Rust. HEX triplet: AB, 2B and 0E. RGB value is (171,43,14). Sum of RGB (Red+Green+Blue) = 171+43+14=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B0E is #54D4F1. Grayscale: #4E4E4E. Windows color (decimal): -5559538 or 928683. OLE color: 928683.

HSL color Cylindrical-coordinate representation of color #AB2B0E: hue angle of 11.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB2B0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 14 -
CMYK 0 0.75 0.92 0.33
HSL 11.08º 0.85% 0.36% -
HSV(B) 11.08º 0.92% 0.67% -
XYZ 17.74 10.42 1.49 -
YUV 77.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 171 43 14 0 0.75 0.92 0.33 11.08 0.85 0.36
Hex AB 2B E 0 4B 5C 21 B 55 24
Octal 253 53 16 0 113 134 41 13 125 44
Binary 10101011 101011 1110 0 1001011 1011100 100001 1011 1010101 100100

Color Harmonies of #AB2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B0E

Black with #AB2B0E

Text Example


Text Example

White with #AB2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B0E; }

 p { color: rgb(171,43,14); }

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

background-color css

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

 a { background-color: rgb(171,43,14); }

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

border-color css

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

 span { border-color: rgb(171,43,14); }

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