Html Css Color HEX #A14309 Rust

📋 copy color: '#A14309'

red 161 ◦ green 67 ◦ blue 9

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

Shades of Rust #A14309

Tints of Rust #A14309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

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

R = 67.93%
G = 28.27%
B = 3.8%

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

#A14309 (or 0xA14309) is known color: Rust. HEX triplet: A1, 43 and 09. RGB value is (161,67,9). Sum of RGB (Red+Green+Blue) = 161+67+9=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A14309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14309 is #5EBCF6. Grayscale: #585858. Windows color (decimal): -6208759 or 607137. OLE color: 607137.

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

Color convert

RGB 161 67 9 -
CMYK 0 0.58 0.94 0.37
HSL 22.89º 0.89% 0.33% -
HSV(B) 22.89º 0.94% 0.63% -
XYZ 16.75 11.61 1.62 -
YUV 88.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 161 67 9 0 0.58 0.94 0.37 22.89 0.89 0.33
Hex A1 43 9 0 3A 5E 25 17 59 21
Octal 241 103 11 0 72 136 45 27 131 41
Binary 10100001 1000011 1001 0 111010 1011110 100101 10111 1011001 100001

Color Harmonies of #A14309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14309

Black with #A14309

Text Example


Text Example

White with #A14309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14309; }

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

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

background-color css

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

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

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

border-color css

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

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

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