Html Css Color HEX #AB4818 Rust

📋 copy color: '#AB4818'

red 171 ◦ green 72 ◦ blue 24

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

Shades of Rust #AB4818

Tints of Rust #AB4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 64.04%
G = 26.97%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB4818 (or 0xAB4818) is known color: Rust. HEX triplet: AB, 48 and 18. RGB value is (171,72,24). Sum of RGB (Red+Green+Blue) = 171+72+24=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4818 is #54B7E7. Grayscale: #606060. Windows color (decimal): -5552104 or 1591467. OLE color: 1591467.

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

Color convert

RGB 171 72 24 -
CMYK 0 0.58 0.86 0.33
HSL 19.59º 0.75% 0.38% -
HSV(B) 19.59º 0.86% 0.67% -
XYZ 19.28 13.36 2.43 -
YUV 96.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 171 72 24 0 0.58 0.86 0.33 19.59 0.75 0.38
Hex AB 48 18 0 3A 56 21 14 4B 26
Octal 253 110 30 0 72 126 41 24 113 46
Binary 10101011 1001000 11000 0 111010 1010110 100001 10100 1001011 100110

Color Harmonies of #AB4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4818

Black with #AB4818

Text Example


Text Example

White with #AB4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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