Html Css Color HEX #A14205 Rust

📋 copy color: '#A14205'

red 161 ◦ green 66 ◦ blue 5

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

Shades of Rust #A14205

Tints of Rust #A14205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 69.4%
G = 28.45%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A14205 (or 0xA14205) is known color: Rust. HEX triplet: A1, 42 and 05. RGB value is (161,66,5). Sum of RGB (Red+Green+Blue) = 161+66+5=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A14205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14205 is #5EBDFA. Grayscale: #575757. Windows color (decimal): -6209019 or 344737. OLE color: 344737.

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

Color convert

RGB 161 66 5 -
CMYK 0 0.59 0.97 0.37
HSL 23.46º 0.94% 0.33% -
HSV(B) 23.46º 0.97% 0.63% -
XYZ 16.67 11.48 1.48 -
YUV 87.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 161 66 5 0 0.59 0.97 0.37 23.46 0.94 0.33
Hex A1 42 5 0 3B 61 25 17 5E 21
Octal 241 102 5 0 73 141 45 27 136 41
Binary 10100001 1000010 101 0 111011 1100001 100101 10111 1011110 100001

Color Harmonies of #A14205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14205

Black with #A14205

Text Example


Text Example

White with #A14205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14205; }

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

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

background-color css

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

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

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

border-color css

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

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

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