Html Css Color HEX #AB3A16 Rust

📋 copy color: '#AB3A16'

red 171 ◦ green 58 ◦ blue 22

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

Shades of Rust #AB3A16

Tints of Rust #AB3A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 68.13%
G = 23.11%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB3A16 (or 0xAB3A16) is known color: Rust. HEX triplet: AB, 3A and 16. RGB value is (171,58,22). Sum of RGB (Red+Green+Blue) = 171+58+22=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A16 is #54C5E9. Grayscale: #575757. Windows color (decimal): -5555690 or 1456811. OLE color: 1456811.

HSL color Cylindrical-coordinate representation of color #AB3A16: hue angle of 14.5º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB3A16 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 22 -
CMYK 0 0.66 0.87 0.33
HSL 14.5º 0.77% 0.38% -
HSV(B) 14.5º 0.87% 0.67% -
XYZ 18.45 11.74 2.05 -
YUV 87.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 171 58 22 0 0.66 0.87 0.33 14.5 0.77 0.38
Hex AB 3A 16 0 42 57 21 E 4D 26
Octal 253 72 26 0 102 127 41 16 115 46
Binary 10101011 111010 10110 0 1000010 1010111 100001 1110 1001101 100110

Color Harmonies of #AB3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A16

Black with #AB3A16

Text Example


Text Example

White with #AB3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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