Html Css Color HEX #AB3A14 Rust

📋 copy color: '#AB3A14'

red 171 ◦ green 58 ◦ blue 20

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

Shades of Rust #AB3A14

Tints of Rust #AB3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

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

R = 68.67%
G = 23.29%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3A14 (or 0xAB3A14) is known color: Rust. HEX triplet: AB, 3A and 14. RGB value is (171,58,20). Sum of RGB (Red+Green+Blue) = 171+58+20=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A14 is #54C5EB. Grayscale: #575757. Windows color (decimal): -5555692 or 1325739. OLE color: 1325739.

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

Color convert

RGB 171 58 20 -
CMYK 0 0.66 0.88 0.33
HSL 15.1º 0.79% 0.37% -
HSV(B) 15.1º 0.88% 0.67% -
XYZ 18.43 11.73 1.96 -
YUV 87.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 171 58 20 0 0.66 0.88 0.33 15.1 0.79 0.37
Hex AB 3A 14 0 42 58 21 F 4F 25
Octal 253 72 24 0 102 130 41 17 117 45
Binary 10101011 111010 10100 0 1000010 1011000 100001 1111 1001111 100101

Color Harmonies of #AB3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A14

Black with #AB3A14

Text Example


Text Example

White with #AB3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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