Html Css Color HEX #AB4918 Rust

📋 copy color: '#AB4918'

red 171 ◦ green 73 ◦ blue 24

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

Shades of Rust #AB4918

Tints of Rust #AB4918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

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

R = 63.81%
G = 27.24%
B = 8.96%

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

#AB4918 (or 0xAB4918) is known color: Rust. HEX triplet: AB, 49 and 18. RGB value is (171,73,24). Sum of RGB (Red+Green+Blue) = 171+73+24=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4918 is #54B6E7. Grayscale: #616161. Windows color (decimal): -5551848 or 1591723. OLE color: 1591723.

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

Color convert

RGB 171 73 24 -
CMYK 0 0.57 0.86 0.33
HSL 20º 0.75% 0.38% -
HSV(B) 20º 0.86% 0.67% -
XYZ 19.34 13.49 2.45 -
YUV 96.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 171 73 24 0 0.57 0.86 0.33 20 0.75 0.38
Hex AB 49 18 0 39 56 21 14 4B 26
Octal 253 111 30 0 71 126 41 24 113 46
Binary 10101011 1001001 11000 0 111001 1010110 100001 10100 1001011 100110

Color Harmonies of #AB4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4918

Black with #AB4918

Text Example


Text Example

White with #AB4918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4918; }

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

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

background-color css

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

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

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

border-color css

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

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

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