Html Css Color HEX #AB3412 Rust

📋 copy color: '#AB3412'

red 171 ◦ green 52 ◦ blue 18

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

Shades of Rust #AB3412

Tints of Rust #AB3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 70.95%
G = 21.58%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3412 (or 0xAB3412) is known color: Rust. HEX triplet: AB, 34 and 12. RGB value is (171,52,18). Sum of RGB (Red+Green+Blue) = 171+52+18=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3412 is #54CBED. Grayscale: #535353. Windows color (decimal): -5557230 or 1193131. OLE color: 1193131.

HSL color Cylindrical-coordinate representation of color #AB3412: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB3412 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 18 -
CMYK 0 0.70 0.89 0.33
HSL 13.33º 0.81% 0.37% -
HSV(B) 13.33º 0.89% 0.67% -
XYZ 18.13 11.16 1.77 -
YUV 83.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 171 52 18 0 0.70 0.89 0.33 13.33 0.81 0.37
Hex AB 34 12 0 46 59 21 D 51 25
Octal 253 64 22 0 106 131 41 15 121 45
Binary 10101011 110100 10010 0 1000110 1011001 100001 1101 1010001 100101

Color Harmonies of #AB3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3412

Black with #AB3412

Text Example


Text Example

White with #AB3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3412; }

 p { color: rgb(171,52,18); }

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

background-color css

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

 a { background-color: rgb(171,52,18); }

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

border-color css

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

 span { border-color: rgb(171,52,18); }

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