Html Css Color HEX #AB4A18 Rust

📋 copy color: '#AB4A18'

red 171 ◦ green 74 ◦ blue 24

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

Shades of Rust #AB4A18

Tints of Rust #AB4A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.92%

R = 63.57%
G = 27.51%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB4A18 (or 0xAB4A18) is known color: Rust. HEX triplet: AB, 4A and 18. RGB value is (171,74,24). Sum of RGB (Red+Green+Blue) = 171+74+24=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A18 is #54B5E7. Grayscale: #616161. Windows color (decimal): -5551592 or 1591979. OLE color: 1591979.

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

Color convert

RGB 171 74 24 -
CMYK 0 0.57 0.86 0.33
HSL 20.41º 0.75% 0.38% -
HSV(B) 20.41º 0.86% 0.67% -
XYZ 19.41 13.62 2.47 -
YUV 97.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 171 74 24 0 0.57 0.86 0.33 20.41 0.75 0.38
Hex AB 4A 18 0 39 56 21 14 4B 26
Octal 253 112 30 0 71 126 41 24 113 46
Binary 10101011 1001010 11000 0 111001 1010110 100001 10100 1001011 100110

Color Harmonies of #AB4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A18

Black with #AB4A18

Text Example


Text Example

White with #AB4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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