Html Css Color HEX #AB461A Rust

📋 copy color: '#AB461A'

red 171 ◦ green 70 ◦ blue 26

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

Shades of Rust #AB461A

Tints of Rust #AB461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 64.04%
G = 26.22%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB461A (or 0xAB461A) is known color: Rust. HEX triplet: AB, 46 and 1A. RGB value is (171,70,26). Sum of RGB (Red+Green+Blue) = 171+70+26=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461A is #54B9E5. Grayscale: #5F5F5F. Windows color (decimal): -5552614 or 1722027. OLE color: 1722027.

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

Color convert

RGB 171 70 26 -
CMYK 0 0.59 0.85 0.33
HSL 18.21º 0.74% 0.39% -
HSV(B) 18.21º 0.85% 0.67% -
XYZ 19.17 13.11 2.5 -
YUV 95.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 171 70 26 0 0.59 0.85 0.33 18.21 0.74 0.39
Hex AB 46 1A 0 3B 55 21 12 4A 27
Octal 253 106 32 0 73 125 41 22 112 47
Binary 10101011 1000110 11010 0 111011 1010101 100001 10010 1001010 100111

Color Harmonies of #AB461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB461A

Black with #AB461A

Text Example


Text Example

White with #AB461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB461A; }

 p { color: rgb(171,70,26); }

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

background-color css

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

 a { background-color: rgb(171,70,26); }

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

border-color css

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

 span { border-color: rgb(171,70,26); }

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