Html Css Color HEX #AB4A12 Rust

📋 copy color: '#AB4A12'

red 171 ◦ green 74 ◦ blue 18

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

Shades of Rust #AB4A12

Tints of Rust #AB4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 65.02%
G = 28.14%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB4A12 (or 0xAB4A12) is known color: Rust. HEX triplet: AB, 4A and 12. RGB value is (171,74,18). Sum of RGB (Red+Green+Blue) = 171+74+18=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A12 is #54B5ED. Grayscale: #606060. Windows color (decimal): -5551598 or 1198763. OLE color: 1198763.

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

Color convert

RGB 171 74 18 -
CMYK 0 0.57 0.89 0.33
HSL 21.96º 0.81% 0.37% -
HSV(B) 21.96º 0.89% 0.67% -
XYZ 19.35 13.6 2.18 -
YUV 96.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 171 74 18 0 0.57 0.89 0.33 21.96 0.81 0.37
Hex AB 4A 12 0 39 59 21 16 51 25
Octal 253 112 22 0 71 131 41 26 121 45
Binary 10101011 1001010 10010 0 111001 1011001 100001 10110 1010001 100101

Color Harmonies of #AB4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A12

Black with #AB4A12

Text Example


Text Example

White with #AB4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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