Html Css Color HEX #AB470C Rust

📋 copy color: '#AB470C'

red 171 ◦ green 71 ◦ blue 12

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

Shades of Rust #AB470C

Tints of Rust #AB470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 67.32%
G = 27.95%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB470C (or 0xAB470C) is known color: Rust. HEX triplet: AB, 47 and 0C. RGB value is (171,71,12). Sum of RGB (Red+Green+Blue) = 171+71+12=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB470C is #54B8F3. Grayscale: #5E5E5E. Windows color (decimal): -5552372 or 804779. OLE color: 804779.

HSL color Cylindrical-coordinate representation of color #AB470C: hue angle of 22.26º 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 #AB470C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 12 -
CMYK 0 0.58 0.93 0.33
HSL 22.26º 0.87% 0.36% -
HSV(B) 22.26º 0.93% 0.67% -
XYZ 19.11 13.19 1.89 -
YUV 94.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 171 71 12 0 0.58 0.93 0.33 22.26 0.87 0.36
Hex AB 47 C 0 3A 5D 21 16 57 24
Octal 253 107 14 0 72 135 41 26 127 44
Binary 10101011 1000111 1100 0 111010 1011101 100001 10110 1010111 100100

Color Harmonies of #AB470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB470C

Black with #AB470C

Text Example


Text Example

White with #AB470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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