Html Css Color HEX #A14207 Rust

📋 copy color: '#A14207'

red 161 ◦ green 66 ◦ blue 7

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

Shades of Rust #A14207

Tints of Rust #A14207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 68.8%
G = 28.21%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A14207 (or 0xA14207) is known color: Rust. HEX triplet: A1, 42 and 07. RGB value is (161,66,7). Sum of RGB (Red+Green+Blue) = 161+66+7=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14207 is #5EBDF8. Grayscale: #585858. Windows color (decimal): -6209017 or 475809. OLE color: 475809.

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

Color convert

RGB 161 66 7 -
CMYK 0 0.59 0.96 0.37
HSL 22.99º 0.92% 0.33% -
HSV(B) 22.99º 0.96% 0.63% -
XYZ 16.68 11.49 1.54 -
YUV 87.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 161 66 7 0 0.59 0.96 0.37 22.99 0.92 0.33
Hex A1 42 7 0 3B 60 25 17 5C 21
Octal 241 102 7 0 73 140 45 27 134 41
Binary 10100001 1000010 111 0 111011 1100000 100101 10111 1011100 100001

Color Harmonies of #A14207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14207

Black with #A14207

Text Example


Text Example

White with #A14207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14207; }

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

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

background-color css

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

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

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

border-color css

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

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

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