Html Css Color HEX #AB400F Rust

📋 copy color: '#AB400F'

red 171 ◦ green 64 ◦ blue 15

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

Shades of Rust #AB400F

Tints of Rust #AB400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 68.4%
G = 25.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB400F (or 0xAB400F) is known color: Rust. HEX triplet: AB, 40 and 0F. RGB value is (171,64,15). Sum of RGB (Red+Green+Blue) = 171+64+15=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB400F is #54BFF0. Grayscale: #5A5A5A. Windows color (decimal): -5554161 or 999595. OLE color: 999595.

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

Color convert

RGB 171 64 15 -
CMYK 0 0.63 0.91 0.33
HSL 18.85º 0.84% 0.36% -
HSV(B) 18.85º 0.91% 0.67% -
XYZ 18.71 12.36 1.85 -
YUV 90.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 171 64 15 0 0.63 0.91 0.33 18.85 0.84 0.36
Hex AB 40 F 0 3F 5B 21 13 54 24
Octal 253 100 17 0 77 133 41 23 124 44
Binary 10101011 1000000 1111 0 111111 1011011 100001 10011 1010100 100100

Color Harmonies of #AB400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB400F

Black with #AB400F

Text Example


Text Example

White with #AB400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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