Html Css Color HEX #AB2E06 Rust

📋 copy color: '#AB2E06'

red 171 ◦ green 46 ◦ blue 6

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

Shades of Rust #AB2E06

Tints of Rust #AB2E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 6 (2.73% from 255) = 2.69%

R = 76.68%
G = 20.63%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2E06 (or 0xAB2E06) is known color: Rust. HEX triplet: AB, 2E and 06. RGB value is (171,46,6). Sum of RGB (Red+Green+Blue) = 171+46+6=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E06 is #54D1F9. Grayscale: #4F4F4F. Windows color (decimal): -5558778 or 405163. OLE color: 405163.

HSL color Cylindrical-coordinate representation of color #AB2E06: hue angle of 14.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2E06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 46 6 -
CMYK 0 0.73 0.96 0.33
HSL 14.55º 0.93% 0.35% -
HSV(B) 14.55º 0.96% 0.67% -
XYZ 17.8 10.63 1.28 -
YUV 78.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 171 46 6 0 0.73 0.96 0.33 14.55 0.93 0.35
Hex AB 2E 6 0 49 60 21 F 5D 23
Octal 253 56 6 0 111 140 41 17 135 43
Binary 10101011 101110 110 0 1001001 1100000 100001 1111 1011101 100011

Color Harmonies of #AB2E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E06

Black with #AB2E06

Text Example


Text Example

White with #AB2E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E06; }

 p { color: rgb(171,46,6); }

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

background-color css

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

 a { background-color: rgb(171,46,6); }

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

border-color css

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

 span { border-color: rgb(171,46,6); }

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