Html Css Color HEX #AB3214 Rust

📋 copy color: '#AB3214'

red 171 ◦ green 50 ◦ blue 20

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

Shades of Rust #AB3214

Tints of Rust #AB3214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 70.95%
G = 20.75%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3214 (or 0xAB3214) is known color: Rust. HEX triplet: AB, 32 and 14. RGB value is (171,50,20). Sum of RGB (Red+Green+Blue) = 171+50+20=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3214 is #54CDEB. Grayscale: #535353. Windows color (decimal): -5557740 or 1323691. OLE color: 1323691.

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

Color convert

RGB 171 50 20 -
CMYK 0 0.71 0.88 0.33
HSL 11.92º 0.79% 0.37% -
HSV(B) 11.92º 0.88% 0.67% -
XYZ 18.06 10.99 1.83 -
YUV 82.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 171 50 20 0 0.71 0.88 0.33 11.92 0.79 0.37
Hex AB 32 14 0 47 58 21 C 4F 25
Octal 253 62 24 0 107 130 41 14 117 45
Binary 10101011 110010 10100 0 1000111 1011000 100001 1100 1001111 100101

Color Harmonies of #AB3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3214

Black with #AB3214

Text Example


Text Example

White with #AB3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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