Html Css Color HEX #AB441A Rust

📋 copy color: '#AB441A'

red 171 ◦ green 68 ◦ blue 26

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

Shades of Rust #AB441A

Tints of Rust #AB441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 64.53%
G = 25.66%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB441A (or 0xAB441A) is known color: Rust. HEX triplet: AB, 44 and 1A. RGB value is (171,68,26). Sum of RGB (Red+Green+Blue) = 171+68+26=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB441A is #54BBE5. Grayscale: #5E5E5E. Windows color (decimal): -5553126 or 1721515. OLE color: 1721515.

HSL color Cylindrical-coordinate representation of color #AB441A: hue angle of 17.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB441A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 26 -
CMYK 0 0.60 0.85 0.33
HSL 17.38º 0.74% 0.39% -
HSV(B) 17.38º 0.85% 0.67% -
XYZ 19.05 12.87 2.46 -
YUV 94.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 171 68 26 0 0.60 0.85 0.33 17.38 0.74 0.39
Hex AB 44 1A 0 3C 55 21 11 4A 27
Octal 253 104 32 0 74 125 41 21 112 47
Binary 10101011 1000100 11010 0 111100 1010101 100001 10001 1001010 100111

Color Harmonies of #AB441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB441A

Black with #AB441A

Text Example


Text Example

White with #AB441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB441A; }

 p { color: rgb(171,68,26); }

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

background-color css

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

 a { background-color: rgb(171,68,26); }

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

border-color css

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

 span { border-color: rgb(171,68,26); }

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