Html Css Color HEX #AB3F1E Rust

📋 copy color: '#AB3F1E'

red 171 ◦ green 63 ◦ blue 30

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

Shades of Rust #AB3F1E

Tints of Rust #AB3F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 64.77%
G = 23.86%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB3F1E (or 0xAB3F1E) is known color: Rust. HEX triplet: AB, 3F and 1E. RGB value is (171,63,30). Sum of RGB (Red+Green+Blue) = 171+63+30=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F1E is #54C0E1. Grayscale: #5B5B5B. Windows color (decimal): -5554402 or 1982379. OLE color: 1982379.

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

Color convert

RGB 171 63 30 -
CMYK 0 0.63 0.82 0.33
HSL 14.04º 0.7% 0.39% -
HSV(B) 14.04º 0.82% 0.67% -
XYZ 18.81 12.31 2.61 -
YUV 91.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 171 63 30 0 0.63 0.82 0.33 14.04 0.7 0.39
Hex AB 3F 1E 0 3F 52 21 E 46 27
Octal 253 77 36 0 77 122 41 16 106 47
Binary 10101011 111111 11110 0 111111 1010010 100001 1110 1000110 100111

Color Harmonies of #AB3F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F1E

Black with #AB3F1E

Text Example


Text Example

White with #AB3F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F1E; }

 p { color: rgb(171,63,30); }

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

background-color css

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

 a { background-color: rgb(171,63,30); }

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

border-color css

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

 span { border-color: rgb(171,63,30); }

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