Html Css Color HEX #AB3712 Rust

📋 copy color: '#AB3712'

red 171 ◦ green 55 ◦ blue 18

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

Shades of Rust #AB3712

Tints of Rust #AB3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 70.08%
G = 22.54%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3712 (or 0xAB3712) is known color: Rust. HEX triplet: AB, 37 and 12. RGB value is (171,55,18). Sum of RGB (Red+Green+Blue) = 171+55+18=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3712 is #54C8ED. Grayscale: #555555. Windows color (decimal): -5556462 or 1193899. OLE color: 1193899.

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

Color convert

RGB 171 55 18 -
CMYK 0 0.68 0.89 0.33
HSL 14.51º 0.81% 0.37% -
HSV(B) 14.51º 0.89% 0.67% -
XYZ 18.27 11.43 1.82 -
YUV 85.47 89.93 189.01 -
System Red Green Blue C M Y K H S L
Decimal 171 55 18 0 0.68 0.89 0.33 14.51 0.81 0.37
Hex AB 37 12 0 44 59 21 F 51 25
Octal 253 67 22 0 104 131 41 17 121 45
Binary 10101011 110111 10010 0 1000100 1011001 100001 1111 1010001 100101

Color Harmonies of #AB3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3712

Black with #AB3712

Text Example


Text Example

White with #AB3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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