Html Css Color HEX #AB461B Rust

📋 copy color: '#AB461B'

red 171 ◦ green 70 ◦ blue 27

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

Shades of Rust #AB461B

Tints of Rust #AB461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 63.81%
G = 26.12%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB461B (or 0xAB461B) is known color: Rust. HEX triplet: AB, 46 and 1B. RGB value is (171,70,27). Sum of RGB (Red+Green+Blue) = 171+70+27=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461B is #54B9E4. Grayscale: #5F5F5F. Windows color (decimal): -5552613 or 1787563. OLE color: 1787563.

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

Color convert

RGB 171 70 27 -
CMYK 0 0.59 0.84 0.33
HSL 17.92º 0.73% 0.39% -
HSV(B) 17.92º 0.84% 0.67% -
XYZ 19.18 13.12 2.56 -
YUV 95.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 171 70 27 0 0.59 0.84 0.33 17.92 0.73 0.39
Hex AB 46 1B 0 3B 54 21 12 49 27
Octal 253 106 33 0 73 124 41 22 111 47
Binary 10101011 1000110 11011 0 111011 1010100 100001 10010 1001001 100111

Color Harmonies of #AB461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB461B

Black with #AB461B

Text Example


Text Example

White with #AB461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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