Html Css Color HEX #A14215 Rust

📋 copy color: '#A14215'

red 161 ◦ green 66 ◦ blue 21

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

Shades of Rust #A14215

Tints of Rust #A14215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 64.92%
G = 26.61%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A14215 (or 0xA14215) is known color: Rust. HEX triplet: A1, 42 and 15. RGB value is (161,66,21). Sum of RGB (Red+Green+Blue) = 161+66+21=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14215 is #5EBDEA. Grayscale: #595959. Windows color (decimal): -6209003 or 1393313. OLE color: 1393313.

HSL color Cylindrical-coordinate representation of color #A14215: hue angle of 19.29º 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 #A14215 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 21 -
CMYK 0 0.59 0.87 0.37
HSL 19.29º 0.77% 0.36% -
HSV(B) 19.29º 0.87% 0.63% -
XYZ 16.78 11.53 2.05 -
YUV 89.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 161 66 21 0 0.59 0.87 0.37 19.29 0.77 0.36
Hex A1 42 15 0 3B 57 25 13 4D 24
Octal 241 102 25 0 73 127 45 23 115 44
Binary 10100001 1000010 10101 0 111011 1010111 100101 10011 1001101 100100

Color Harmonies of #A14215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14215

Black with #A14215

Text Example


Text Example

White with #A14215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14215; }

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

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

background-color css

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

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

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

border-color css

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

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

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