Html Css Color HEX #A14015 Rust

📋 copy color: '#A14015'

red 161 ◦ green 64 ◦ blue 21

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

Shades of Rust #A14015

Tints of Rust #A14015

RGB

 RED value IS 161 (63.28% from 255) = 65.45%

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 65.45%
G = 26.02%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A14015 (or 0xA14015) is known color: Rust. HEX triplet: A1, 40 and 15. RGB value is (161,64,21). Sum of RGB (Red+Green+Blue) = 161+64+21=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14015 is #5EBFEA. Grayscale: #585858. Windows color (decimal): -6209515 or 1392801. OLE color: 1392801.

HSL color Cylindrical-coordinate representation of color #A14015: hue angle of 18.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A14015 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 21 -
CMYK 0 0.60 0.87 0.37
HSL 18.43º 0.77% 0.36% -
HSV(B) 18.43º 0.87% 0.63% -
XYZ 16.67 11.3 2.01 -
YUV 88.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 161 64 21 0 0.60 0.87 0.37 18.43 0.77 0.36
Hex A1 40 15 0 3C 57 25 12 4D 24
Octal 241 100 25 0 74 127 45 22 115 44
Binary 10100001 1000000 10101 0 111100 1010111 100101 10010 1001101 100100

Color Harmonies of #A14015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14015

Black with #A14015

Text Example


Text Example

White with #A14015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14015; }

 p { color: rgb(161,64,21); }

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

background-color css

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

 a { background-color: rgb(161,64,21); }

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

border-color css

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

 span { border-color: rgb(161,64,21); }

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