Html Css Color HEX #AB460C Rust

📋 copy color: '#AB460C'

red 171 ◦ green 70 ◦ blue 12

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

Shades of Rust #AB460C

Tints of Rust #AB460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 67.59%
G = 27.67%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB460C (or 0xAB460C) is known color: Rust. HEX triplet: AB, 46 and 0C. RGB value is (171,70,12). Sum of RGB (Red+Green+Blue) = 171+70+12=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB460C is #54B9F3. Grayscale: #5D5D5D. Windows color (decimal): -5552628 or 804523. OLE color: 804523.

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

Color convert

RGB 171 70 12 -
CMYK 0 0.59 0.93 0.33
HSL 21.89º 0.87% 0.36% -
HSV(B) 21.89º 0.93% 0.67% -
XYZ 19.05 13.06 1.87 -
YUV 93.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 171 70 12 0 0.59 0.93 0.33 21.89 0.87 0.36
Hex AB 46 C 0 3B 5D 21 16 57 24
Octal 253 106 14 0 73 135 41 26 127 44
Binary 10101011 1000110 1100 0 111011 1011101 100001 10110 1010111 100100

Color Harmonies of #AB460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB460C

Black with #AB460C

Text Example


Text Example

White with #AB460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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