Html Css Color HEX #AB3614 Rust

📋 copy color: '#AB3614'

red 171 ◦ green 54 ◦ blue 20

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

Shades of Rust #AB3614

Tints of Rust #AB3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 69.8%
G = 22.04%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3614 (or 0xAB3614) is known color: Rust. HEX triplet: AB, 36 and 14. RGB value is (171,54,20). Sum of RGB (Red+Green+Blue) = 171+54+20=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3614 is #54C9EB. Grayscale: #555555. Windows color (decimal): -5556716 or 1324715. OLE color: 1324715.

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

Color convert

RGB 171 54 20 -
CMYK 0 0.68 0.88 0.33
HSL 13.51º 0.79% 0.37% -
HSV(B) 13.51º 0.88% 0.67% -
XYZ 18.24 11.35 1.89 -
YUV 85.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 171 54 20 0 0.68 0.88 0.33 13.51 0.79 0.37
Hex AB 36 14 0 44 58 21 E 4F 25
Octal 253 66 24 0 104 130 41 16 117 45
Binary 10101011 110110 10100 0 1000100 1011000 100001 1110 1001111 100101

Color Harmonies of #AB3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3614

Black with #AB3614

Text Example


Text Example

White with #AB3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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