Html Css Color HEX #A14009 Rust

📋 copy color: '#A14009'

red 161 ◦ green 64 ◦ blue 9

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

Shades of Rust #A14009

Tints of Rust #A14009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 68.8%
G = 27.35%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A14009 (or 0xA14009) is known color: Rust. HEX triplet: A1, 40 and 09. RGB value is (161,64,9). Sum of RGB (Red+Green+Blue) = 161+64+9=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14009 is #5EBFF6. Grayscale: #575757. Windows color (decimal): -6209527 or 606369. OLE color: 606369.

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

Color convert

RGB 161 64 9 -
CMYK 0 0.60 0.94 0.37
HSL 21.71º 0.89% 0.33% -
HSV(B) 21.71º 0.94% 0.63% -
XYZ 16.58 11.26 1.56 -
YUV 86.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 161 64 9 0 0.60 0.94 0.37 21.71 0.89 0.33
Hex A1 40 9 0 3C 5E 25 16 59 21
Octal 241 100 11 0 74 136 45 26 131 41
Binary 10100001 1000000 1001 0 111100 1011110 100101 10110 1011001 100001

Color Harmonies of #A14009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14009

Black with #A14009

Text Example


Text Example

White with #A14009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14009; }

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

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

background-color css

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

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

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

border-color css

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

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

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