Html Css Color HEX #AB3914 Rust

📋 copy color: '#AB3914'

red 171 ◦ green 57 ◦ blue 20

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

Shades of Rust #AB3914

Tints of Rust #AB3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 68.95%
G = 22.98%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3914 (or 0xAB3914) is known color: Rust. HEX triplet: AB, 39 and 14. RGB value is (171,57,20). Sum of RGB (Red+Green+Blue) = 171+57+20=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3914 is #54C6EB. Grayscale: #575757. Windows color (decimal): -5555948 or 1325483. OLE color: 1325483.

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

Color convert

RGB 171 57 20 -
CMYK 0 0.67 0.88 0.33
HSL 14.7º 0.79% 0.37% -
HSV(B) 14.7º 0.88% 0.67% -
XYZ 18.38 11.63 1.94 -
YUV 86.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 171 57 20 0 0.67 0.88 0.33 14.7 0.79 0.37
Hex AB 39 14 0 43 58 21 F 4F 25
Octal 253 71 24 0 103 130 41 17 117 45
Binary 10101011 111001 10100 0 1000011 1011000 100001 1111 1001111 100101

Color Harmonies of #AB3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3914

Black with #AB3914

Text Example


Text Example

White with #AB3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3914; }

 p { color: rgb(171,57,20); }

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

background-color css

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

 a { background-color: rgb(171,57,20); }

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

border-color css

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

 span { border-color: rgb(171,57,20); }

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