Html Css Color HEX #AB3F14 Rust

📋 copy color: '#AB3F14'

red 171 ◦ green 63 ◦ blue 20

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

Shades of Rust #AB3F14

Tints of Rust #AB3F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 67.32%
G = 24.8%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3F14 (or 0xAB3F14) is known color: Rust. HEX triplet: AB, 3F and 14. RGB value is (171,63,20). Sum of RGB (Red+Green+Blue) = 171+63+20=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3F14 is #54C0EB. Grayscale: #5A5A5A. Windows color (decimal): -5554412 or 1327019. OLE color: 1327019.

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

Color convert

RGB 171 63 20 -
CMYK 0 0.63 0.88 0.33
HSL 17.09º 0.79% 0.37% -
HSV(B) 17.09º 0.88% 0.67% -
XYZ 18.7 12.26 2.04 -
YUV 90.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 171 63 20 0 0.63 0.88 0.33 17.09 0.79 0.37
Hex AB 3F 14 0 3F 58 21 11 4F 25
Octal 253 77 24 0 77 130 41 21 117 45
Binary 10101011 111111 10100 0 111111 1011000 100001 10001 1001111 100101

Color Harmonies of #AB3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F14

Black with #AB3F14

Text Example


Text Example

White with #AB3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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