Html Css Color HEX #AB440F Rust

📋 copy color: '#AB440F'

red 171 ◦ green 68 ◦ blue 15

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

Shades of Rust #AB440F

Tints of Rust #AB440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 67.32%
G = 26.77%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB440F (or 0xAB440F) is known color: Rust. HEX triplet: AB, 44 and 0F. RGB value is (171,68,15). Sum of RGB (Red+Green+Blue) = 171+68+15=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB440F is #54BBF0. Grayscale: #5D5D5D. Windows color (decimal): -5553137 or 1000619. OLE color: 1000619.

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

Color convert

RGB 171 68 15 -
CMYK 0 0.60 0.91 0.33
HSL 20.38º 0.84% 0.36% -
HSV(B) 20.38º 0.91% 0.67% -
XYZ 18.95 12.83 1.93 -
YUV 92.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 171 68 15 0 0.60 0.91 0.33 20.38 0.84 0.36
Hex AB 44 F 0 3C 5B 21 14 54 24
Octal 253 104 17 0 74 133 41 24 124 44
Binary 10101011 1000100 1111 0 111100 1011011 100001 10100 1010100 100100

Color Harmonies of #AB440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB440F

Black with #AB440F

Text Example


Text Example

White with #AB440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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