Html Css Color HEX #AB3A12 Rust

📋 copy color: '#AB3A12'

red 171 ◦ green 58 ◦ blue 18

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

Shades of Rust #AB3A12

Tints of Rust #AB3A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 69.23%
G = 23.48%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB3A12 (or 0xAB3A12) is known color: Rust. HEX triplet: AB, 3A and 12. RGB value is (171,58,18). Sum of RGB (Red+Green+Blue) = 171+58+18=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A12 is #54C5ED. Grayscale: #575757. Windows color (decimal): -5555694 or 1194667. OLE color: 1194667.

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

Color convert

RGB 171 58 18 -
CMYK 0 0.66 0.89 0.33
HSL 15.69º 0.81% 0.37% -
HSV(B) 15.69º 0.89% 0.67% -
XYZ 18.42 11.73 1.87 -
YUV 87.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 171 58 18 0 0.66 0.89 0.33 15.69 0.81 0.37
Hex AB 3A 12 0 42 59 21 10 51 25
Octal 253 72 22 0 102 131 41 20 121 45
Binary 10101011 111010 10010 0 1000010 1011001 100001 10000 1010001 100101

Color Harmonies of #AB3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A12

Black with #AB3A12

Text Example


Text Example

White with #AB3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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