Html Css Color HEX #AB440B Rust

📋 copy color: '#AB440B'

red 171 ◦ green 68 ◦ blue 11

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

Shades of Rust #AB440B

Tints of Rust #AB440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 68.4%
G = 27.2%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB440B (or 0xAB440B) is known color: Rust. HEX triplet: AB, 44 and 0B. RGB value is (171,68,11). Sum of RGB (Red+Green+Blue) = 171+68+11=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB440B is #54BBF4. Grayscale: #5C5C5C. Windows color (decimal): -5553141 or 738475. OLE color: 738475.

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

Color convert

RGB 171 68 11 -
CMYK 0 0.60 0.94 0.33
HSL 21.38º 0.88% 0.36% -
HSV(B) 21.38º 0.94% 0.67% -
XYZ 18.92 12.82 1.79 -
YUV 92.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 171 68 11 0 0.60 0.94 0.33 21.38 0.88 0.36
Hex AB 44 B 0 3C 5E 21 15 58 24
Octal 253 104 13 0 74 136 41 25 130 44
Binary 10101011 1000100 1011 0 111100 1011110 100001 10101 1011000 100100

Color Harmonies of #AB440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB440B

Black with #AB440B

Text Example


Text Example

White with #AB440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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