Html Css Color HEX #AB4215 Rust

📋 copy color: '#AB4215'

red 171 ◦ green 66 ◦ blue 21

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

Shades of Rust #AB4215

Tints of Rust #AB4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 66.28%
G = 25.58%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4215 (or 0xAB4215) is known color: Rust. HEX triplet: AB, 42 and 15. RGB value is (171,66,21). Sum of RGB (Red+Green+Blue) = 171+66+21=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4215 is #54BDEA. Grayscale: #5C5C5C. Windows color (decimal): -5553643 or 1393323. OLE color: 1393323.

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

Color convert

RGB 171 66 21 -
CMYK 0 0.61 0.88 0.33
HSL 18º 0.78% 0.38% -
HSV(B) 18º 0.88% 0.67% -
XYZ 18.88 12.61 2.15 -
YUV 92.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 171 66 21 0 0.61 0.88 0.33 18 0.78 0.38
Hex AB 42 15 0 3D 58 21 12 4E 26
Octal 253 102 25 0 75 130 41 22 116 46
Binary 10101011 1000010 10101 0 111101 1011000 100001 10010 1001110 100110

Color Harmonies of #AB4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4215

Black with #AB4215

Text Example


Text Example

White with #AB4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4215; }

 p { color: rgb(171,66,21); }

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

background-color css

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

 a { background-color: rgb(171,66,21); }

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

border-color css

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

 span { border-color: rgb(171,66,21); }

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