Html Css Color HEX #AB461C Rust

📋 copy color: '#AB461C'

red 171 ◦ green 70 ◦ blue 28

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

Shades of Rust #AB461C

Tints of Rust #AB461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 63.57%
G = 26.02%
B = 10.41%

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

#AB461C (or 0xAB461C) is known color: Rust. HEX triplet: AB, 46 and 1C. RGB value is (171,70,28). Sum of RGB (Red+Green+Blue) = 171+70+28=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461C is #54B9E3. Grayscale: #5F5F5F. Windows color (decimal): -5552612 or 1853099. OLE color: 1853099.

HSL color Cylindrical-coordinate representation of color #AB461C: hue angle of 17.62º degrees, saturation: 0.72, 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 #AB461C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 28 -
CMYK 0 0.59 0.84 0.33
HSL 17.62º 0.72% 0.39% -
HSV(B) 17.62º 0.84% 0.67% -
XYZ 19.19 13.12 2.62 -
YUV 95.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 171 70 28 0 0.59 0.84 0.33 17.62 0.72 0.39
Hex AB 46 1C 0 3B 54 21 12 48 27
Octal 253 106 34 0 73 124 41 22 110 47
Binary 10101011 1000110 11100 0 111011 1010100 100001 10010 1001000 100111

Color Harmonies of #AB461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB461C

Black with #AB461C

Text Example


Text Example

White with #AB461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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