Html Css Color HEX #A14409 Rust

📋 copy color: '#A14409'

red 161 ◦ green 68 ◦ blue 9

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

Shades of Rust #A14409

Tints of Rust #A14409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 67.65%
G = 28.57%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A14409 (or 0xA14409) is known color: Rust. HEX triplet: A1, 44 and 09. RGB value is (161,68,9). Sum of RGB (Red+Green+Blue) = 161+68+9=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14409 is #5EBBF6. Grayscale: #595959. Windows color (decimal): -6208503 or 607393. OLE color: 607393.

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

Color convert

RGB 161 68 9 -
CMYK 0 0.58 0.94 0.37
HSL 23.29º 0.89% 0.33% -
HSV(B) 23.29º 0.94% 0.63% -
XYZ 16.81 11.73 1.64 -
YUV 89.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 161 68 9 0 0.58 0.94 0.37 23.29 0.89 0.33
Hex A1 44 9 0 3A 5E 25 17 59 21
Octal 241 104 11 0 72 136 45 27 131 41
Binary 10100001 1000100 1001 0 111010 1011110 100101 10111 1011001 100001

Color Harmonies of #A14409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14409

Black with #A14409

Text Example


Text Example

White with #A14409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14409; }

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

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

background-color css

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

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

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

border-color css

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

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

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